#565220

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

Shades of Bronze Olive #565220

Tints of Bronze Olive #565220

Color information

#565220 (or 0x565220) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 20. RGB value is (86,82,32). Sum of RGB (Red+Green+Blue) = 86+82+32=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #565220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565220 is #A9ADDF. Grayscale: #4D4D4D. Windows color (decimal): -11120096 or 2118230. OLE color: 2118230.

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

Color convert

RGB868232-
CMYK00.050.630.66
HSL55.56º45.76%23.14%-
HSV(B)55.56º62.79%33.73%-
XYZ7.128.122.56-
YUV77.5102.33134.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 32 (12.89% from 255) = 16%
R=43%
G=41%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86823200.050.630.6655.5645.7623.14
Hex565220053F42382e17
Octal126122400577102705627
Binary101011010100101000000101111111100001011100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565220; }

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

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

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

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

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

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

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

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