#565222

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

Shades of Bronze Olive #565222

Tints of Bronze Olive #565222

Color information

#565222 (or 0x565222) is unknown color: approx Bronze Olive. HEX triplet: 56, 52 and 22. RGB value is (86,82,34). Sum of RGB (Red+Green+Blue) = 86+82+34=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #565222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565222 is #A9ADDD. Grayscale: #4D4D4D. Windows color (decimal): -11120094 or 2249302. OLE color: 2249302.

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

Color convert

RGB868234-
CMYK00.050.600.66
HSL55.38º43.33%23.53%-
HSV(B)55.38º60.47%33.73%-
XYZ7.148.132.71-
YUV77.72103.33133.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=42.57%
G=40.59%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86823400.050.600.6655.3843.3323.53
Hex565222053C42372b18
Octal126122420574102675330
Binary101011010100101000100101111100100001011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565222; }

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

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

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

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

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

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

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

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