#565120

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

Shades of Bronze Olive #565120

Tints of Bronze Olive #565120

Color information

#565120 (or 0x565120) is unknown color: approx Bronze Olive. HEX triplet: 56, 51 and 20. RGB value is (86,81,32). Sum of RGB (Red+Green+Blue) = 86+81+32=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #565120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565120 is #A9AEDF. Grayscale: #4D4D4D. Windows color (decimal): -11120352 or 2117974. OLE color: 2117974.

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

Color convert

RGB868132-
CMYK00.060.630.66
HSL54.44º45.76%23.14%-
HSV(B)54.44º62.79%33.73%-
XYZ7.047.972.53-
YUV76.91102.66134.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=43.22%
G=40.70%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86813200.060.630.6654.4445.7623.14
Hex565120063F42362e17
Octal126121400677102665627
Binary101011010100011000000110111111100001011011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565120; }

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

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

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

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

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

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

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

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