#565017

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

Shades of Bronze Olive #565017

Tints of Bronze Olive #565017

Color information

#565017 (or 0x565017) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 17. RGB value is (86,80,23). Sum of RGB (Red+Green+Blue) = 86+80+23=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565017 is #A9AFE8. Grayscale: #4B4B4B. Windows color (decimal): -11120617 or 1527894. OLE color: 1527894.

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

Color convert

RGB868023-
CMYK00.070.730.66
HSL54.29º57.8%21.37%-
HSV(B)54.29º73.26%33.73%-
XYZ6.867.781.95-
YUV75.398.49135.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 23 (9.38% from 255) = 12.17%
R=45.50%
G=42.33%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86802300.070.730.6654.2957.821.37
Hex565017074942363a15
Octal1261202707111102667225
Binary101011010100001011101111001001100001011011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565017; }

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

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

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

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

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

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

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

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