#564D22

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

Shades of Bronze Olive #564D22

Tints of Bronze Olive #564D22

Color information

#564D22 (or 0x564D22) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 22. RGB value is (86,77,34). Sum of RGB (Red+Green+Blue) = 86+77+34=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #564D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D22 is #A9B2DD. Grayscale: #4A4A4A. Windows color (decimal): -11121374 or 2248022. OLE color: 2248022.

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

Color convert

RGB867734-
CMYK00.100.600.66
HSL49.62º43.33%23.53%-
HSV(B)49.62º60.47%33.73%-
XYZ6.787.42.58-
YUV74.79104.98136-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=43.65%
G=39.09%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86773400.100.600.6649.6243.3323.53
Hex564D220A3C42322b18
Octal1261154201274102625330
Binary1010110100110110001001010111100100001011001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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