#565027

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

Shades of Bronze Olive #565027

Tints of Bronze Olive #565027

Color information

#565027 (or 0x565027) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 27. RGB value is (86,80,39). Sum of RGB (Red+Green+Blue) = 86+80+39=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #565027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565027 is #A9AFD8. Grayscale: #4D4D4D. Windows color (decimal): -11120601 or 2576470. OLE color: 2576470.

HSL color Cylindrical-coordinate representation of color #565027: hue angle of 52.34º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565027 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB868039-
CMYK00.070.550.66
HSL52.34º37.6%24.51%-
HSV(B)52.34º54.65%33.73%-
XYZ7.077.863.06-
YUV77.12106.49134.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=41.95%
G=39.02%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86803900.070.550.6652.3437.624.51
Hex565027073742342619
Octal126120470767102644631
Binary101011010100001001110111110111100001011010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565027; }

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

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

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

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

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

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

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

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