#575213

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

Shades of Bronze Olive #575213

Tints of Bronze Olive #575213

Color information

#575213 (or 0x575213) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 13. RGB value is (87,82,19). Sum of RGB (Red+Green+Blue) = 87+82+19=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575213 is #A8ADEC. Grayscale: #4C4C4C. Windows color (decimal): -11054573 or 1266263. OLE color: 1266263.

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

Color convert

RGB878219-
CMYK00.060.780.66
HSL55.59º64.15%20.78%-
HSV(B)55.59º78.16%34.12%-
XYZ7.078.111.81-
YUV76.3195.66135.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=46.28%
G=43.62%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87821900.060.780.6655.5964.1520.78
Hex575213064E42384015
Octal12712223061161027010025
Binary1010111101001010011011010011101000010111000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575213; }

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

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

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

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

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

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

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

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