#575219

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

Shades of Bronze Olive #575219

Tints of Bronze Olive #575219

Color information

#575219 (or 0x575219) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 19. RGB value is (87,82,25). Sum of RGB (Red+Green+Blue) = 87+82+25=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #575219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575219 is #A8ADE6. Grayscale: #4D4D4D. Windows color (decimal): -11054567 or 1659479. OLE color: 1659479.

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

Color convert

RGB878225-
CMYK00.060.710.66
HSL55.16º55.36%21.96%-
HSV(B)55.16º71.26%34.12%-
XYZ7.128.132.11-
YUV7798.66135.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=44.85%
G=42.27%
B=12.89%

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
Decimal87822500.060.710.6655.1655.3621.96
Hex575219064742373716
Octal1271223106107102676726
Binary101011110100101100101101000111100001011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575219; }

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

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

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

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

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

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

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

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