#565119

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

Shades of Bronze Olive #565119

Tints of Bronze Olive #565119

Color information

#565119 (or 0x565119) is unknown color: approx Bronze Olive. HEX triplet: 56, 51 and 19. RGB value is (86,81,25). Sum of RGB (Red+Green+Blue) = 86+81+25=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #565119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565119 is #A9AEE6. Grayscale: #4C4C4C. Windows color (decimal): -11120359 or 1659222. OLE color: 1659222.

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

Color convert

RGB868125-
CMYK00.060.710.66
HSL55.08º54.95%21.76%-
HSV(B)55.08º70.93%33.73%-
XYZ6.967.932.08-
YUV76.1199.16135.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=44.79%
G=42.19%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86812500.060.710.6655.0854.9521.76
Hex565119064742373716
Octal1261213106107102676726
Binary101011010100011100101101000111100001011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565119; }

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

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

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

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

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

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

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

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