#565020

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

Shades of Bronze Olive #565020

Tints of Bronze Olive #565020

Color information

#565020 (or 0x565020) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 20. RGB value is (86,80,32). Sum of RGB (Red+Green+Blue) = 86+80+32=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #565020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565020 is #A9AFDF. Grayscale: #4C4C4C. Windows color (decimal): -11120608 or 2117718. OLE color: 2117718.

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

Color convert

RGB868032-
CMYK00.070.630.66
HSL53.33º45.76%23.14%-
HSV(B)53.33º62.79%33.73%-
XYZ6.977.822.51-
YUV76.32102.99134.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=43.43%
G=40.40%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86803200.070.630.6653.3345.7623.14
Hex565020073F42352e17
Octal126120400777102655627
Binary101011010100001000000111111111100001011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565020; }

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

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

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

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

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

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

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

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