#565211

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

Shades of Bronze Olive #565211

Tints of Bronze Olive #565211

Color information

#565211 (or 0x565211) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 11. RGB value is (86,82,17). Sum of RGB (Red+Green+Blue) = 86+82+17=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #565211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565211 is #A9ADEE. Grayscale: #4C4C4C. Windows color (decimal): -11120111 or 1135190. OLE color: 1135190.

HSL color Cylindrical-coordinate representation of color #565211: hue angle of 56.52º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565211 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB868217-
CMYK00.050.800.66
HSL56.52º66.99%20.2%-
HSV(B)56.52º80.23%33.73%-
XYZ6.968.051.72-
YUV75.7994.83135.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=46.49%
G=44.32%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86821700.050.800.6656.5266.9920.2
Hex565211055042394314
Octal12612221051201027110324
Binary1010110101001010001010110100001000010111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565211; }

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

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

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

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

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

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

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

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