#564708

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

Shades of Bronze Olive #564708

Tints of Bronze Olive #564708

Color information

#564708 (or 0x564708) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 08. RGB value is (86,71,8). Sum of RGB (Red+Green+Blue) = 86+71+8=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #564708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564708 is #A9B8F7. Grayscale: #444444. Windows color (decimal): -11122936 or 542550. OLE color: 542550.

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

Color convert

RGB86718-
CMYK00.170.910.66
HSL48.46º82.98%18.43%-
HSV(B)48.46º90.7%33.73%-
XYZ6.136.51.16-
YUV68.393.97140.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=52.12%
G=43.03%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671800.170.910.6648.4682.9818.43
Hex564780115B42305312
Octal126107100211331026012322
Binary10101101000111100001000110110111000010110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564708; }

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

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

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

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

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

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

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

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