#564D24

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

Shades of Bronze Olive #564D24

Tints of Bronze Olive #564D24

Color information

#564D24 (or 0x564D24) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 24. RGB value is (86,77,36). Sum of RGB (Red+Green+Blue) = 86+77+36=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #564D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D24 is #A9B2DB. Grayscale: #4B4B4B. Windows color (decimal): -11121372 or 2379094. OLE color: 2379094.

HSL color Cylindrical-coordinate representation of color #564D24: hue angle of 49.2º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564D24 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB867736-
CMYK00.100.580.66
HSL49.2º40.98%23.92%-
HSV(B)49.2º58.14%33.73%-
XYZ6.817.412.74-
YUV75.02105.98135.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=43.22%
G=38.69%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86773600.100.580.6649.240.9823.92
Hex564D240A3A42312918
Octal1261154401272102615130
Binary1010110100110110010001010111010100001011000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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