#565224

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

Shades of Bronze Olive #565224

Tints of Bronze Olive #565224

Color information

#565224 (or 0x565224) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 24. RGB value is (86,82,36). Sum of RGB (Red+Green+Blue) = 86+82+36=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565224 is #A9ADDB. Grayscale: #4E4E4E. Windows color (decimal): -11120092 or 2380374. OLE color: 2380374.

HSL color Cylindrical-coordinate representation of color #565224: hue angle of 55.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 #565224 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB868236-
CMYK00.050.580.66
HSL55.2º40.98%23.92%-
HSV(B)55.2º58.14%33.73%-
XYZ7.178.142.86-
YUV77.95104.33133.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=42.16%
G=40.20%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86823600.050.580.6655.240.9823.92
Hex565224053A42372918
Octal126122440572102675130
Binary101011010100101001000101111010100001011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565224; }

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

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

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

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

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

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

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

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