#565218

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

Shades of Bronze Olive #565218

Tints of Bronze Olive #565218

Color information

#565218 (or 0x565218) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 18. RGB value is (86,82,24). Sum of RGB (Red+Green+Blue) = 86+82+24=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #565218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565218 is #A9ADE7. Grayscale: #4C4C4C. Windows color (decimal): -11120104 or 1593942. OLE color: 1593942.

HSL color Cylindrical-coordinate representation of color #565218: hue angle of 56.13º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #565218 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB868224-
CMYK00.050.720.66
HSL56.13º56.36%21.57%-
HSV(B)56.13º72.09%33.73%-
XYZ7.028.082.05-
YUV76.5898.33134.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=44.79%
G=42.71%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86822400.050.720.6656.1356.3621.57
Hex565218054842383816
Octal1261223005110102707026
Binary101011010100101100001011001000100001011100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565218; }

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

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

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

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

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

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

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

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