#564D08

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

Shades of Bronze Olive #564D08

Tints of Bronze Olive #564D08

Color information

#564D08 (or 0x564D08) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 08. RGB value is (86,77,8). Sum of RGB (Red+Green+Blue) = 86+77+8=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D08 is #A9B2F7. Grayscale: #484848. Windows color (decimal): -11121400 or 544086. OLE color: 544086.

HSL color Cylindrical-coordinate representation of color #564D08: hue angle of 53.08º 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 #564D08 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB86778-
CMYK00.100.910.66
HSL53.08º82.98%18.43%-
HSV(B)53.08º90.7%33.73%-
XYZ6.547.31.3-
YUV71.8291.98138.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 77 (30.47% from 255) = 45.03%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=50.29%
G=45.03%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8677800.100.910.6653.0882.9818.43
Hex564D80A5B42355312
Octal126115100121331026512322
Binary1010110100110110000101010110111000010110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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