#564F28

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

Shades of Bronze Olive #564F28

Tints of Bronze Olive #564F28

Color information

#564F28 (or 0x564F28) is unknown color: approx Bronze Olive. HEX triplet: 56, 4F and 28. RGB value is (86,79,40). Sum of RGB (Red+Green+Blue) = 86+79+40=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F28 is #A9B0D7. Grayscale: #4C4C4C. Windows color (decimal): -11120856 or 2641750. OLE color: 2641750.

HSL color Cylindrical-coordinate representation of color #564F28: hue angle of 50.87º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564F28 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB867940-
CMYK00.080.530.66
HSL50.87º36.51%24.71%-
HSV(B)50.87º53.49%33.73%-
XYZ7.027.723.13-
YUV76.65107.32134.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=41.95%
G=38.54%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86794000.080.530.6650.8736.5124.71
Hex564F28083542332519
Octal1261175001065102634531
Binary1010110100111110100001000110101100001011001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,40); }

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

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

 a { background-color: rgb(86,79,40); }

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

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

 span { border-color: rgb(86,79,40); }

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