#564C08

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

Shades of Bronze Olive #564C08

Tints of Bronze Olive #564C08

Color information

#564C08 (or 0x564C08) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 08. RGB value is (86,76,8). Sum of RGB (Red+Green+Blue) = 86+76+8=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C08 is #A9B3F7. Grayscale: #474747. Windows color (decimal): -11121656 or 543830. OLE color: 543830.

HSL color Cylindrical-coordinate representation of color #564C08: hue angle of 52.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #564C08 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB86768-
CMYK00.120.910.66
HSL52.31º82.98%18.43%-
HSV(B)52.31º90.7%33.73%-
XYZ6.477.161.27-
YUV71.2492.31138.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 76 (30.08% from 255) = 44.71%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=50.59%
G=44.71%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8676800.120.910.6652.3182.9818.43
Hex564C80C5B42345312
Octal126114100141331026412322
Binary1010110100110010000110010110111000010110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564C08; }

 p { color: rgb(86,76,8); }

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

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

 a { background-color: rgb(86,76,8); }

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

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

 span { border-color: rgb(86,76,8); }

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