#564316

Color #564316 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #564316

Tints of Bronze Olive #564316

Color information

#564316 (or 0x564316) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 16. RGB value is (86,67,22). Sum of RGB (Red+Green+Blue) = 86+67+22=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564316 is #A9BCE9. Grayscale: #434343. Windows color (decimal): -11123946 or 1459030. OLE color: 1459030.

HSL color Cylindrical-coordinate representation of color #564316: hue angle of 42.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #564316 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB866722-
CMYK00.220.740.66
HSL42.19º59.26%21.18%-
HSV(B)42.19º74.42%33.73%-
XYZ5.996.051.61-
YUV67.55102.29141.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=49.14%
G=38.29%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86672200.220.740.6642.1959.2621.18
Hex5643160164A422a3b15
Octal12610326026112102527325
Binary10101101000011101100101101001010100001010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564316; }

 p { color: rgb(86,67,22); }

 H1.HeaderClassName
 {
   color: #564316;
 }
 .AnyTagClassName
 {
   color: #564316;
 }
</style>
background-color css

<style>
 a { background-color: #564316; }

 a { background-color: rgb(86,67,22); }

 div.DivClassName
 {
   background-color: #564316;
 }
 .BgClassName
 {
   background-color: #564316;
 }
</style>
border-color css

<style>
 span { border-color: #564316; }

 span { border-color: rgb(86,67,22); }

 td.TdClassName
 {
   border-color: #564316;
 }
 .TagClassName
 {
   border-color: #564316;
 }
</style>