#575221

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

Shades of Bronze Olive #575221

Tints of Bronze Olive #575221

Color information

#575221 (or 0x575221) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 21. RGB value is (87,82,33). Sum of RGB (Red+Green+Blue) = 87+82+33=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #575221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575221 is #A8ADDE. Grayscale: #4E4E4E. Windows color (decimal): -11054559 or 2183767. OLE color: 2183767.

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

Color convert

RGB878233-
CMYK00.060.620.66
HSL54.44º45%23.53%-
HSV(B)54.44º62.07%34.12%-
XYZ7.228.172.64-
YUV77.91102.66134.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=43.07%
G=40.59%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87823300.060.620.6654.444523.53
Hex575221063E42362d18
Octal127122410676102665530
Binary101011110100101000010110111110100001011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575221; }

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

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

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

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

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

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

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

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