#575119

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

Shades of Bronze Olive #575119

Tints of Bronze Olive #575119

Color information

#575119 (or 0x575119) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 19. RGB value is (87,81,25). Sum of RGB (Red+Green+Blue) = 87+81+25=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #575119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575119 is #A8AEE6. Grayscale: #4C4C4C. Windows color (decimal): -11054823 or 1659223. OLE color: 1659223.

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

Color convert

RGB878125-
CMYK00.070.710.66
HSL54.19º55.36%21.96%-
HSV(B)54.19º71.26%34.12%-
XYZ7.057.982.09-
YUV76.4198.99135.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=45.08%
G=41.97%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87812500.070.710.6654.1955.3621.96
Hex575119074742363716
Octal1271213107107102666726
Binary101011110100011100101111000111100001011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575119; }

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

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

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

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

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

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

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

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