#575211

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

Shades of Bronze Olive #575211

Tints of Bronze Olive #575211

Color information

#575211 (or 0x575211) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 11. RGB value is (87,82,17). Sum of RGB (Red+Green+Blue) = 87+82+17=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575211 is #A8ADEE. Grayscale: #4C4C4C. Windows color (decimal): -11054575 or 1135191. OLE color: 1135191.

HSL color Cylindrical-coordinate representation of color #575211: hue angle of 55.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #575211 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB878217-
CMYK00.060.800.66
HSL55.71º67.31%20.39%-
HSV(B)55.71º80.46%34.12%-
XYZ7.058.11.72-
YUV76.0894.66135.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=46.77%
G=44.09%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87821700.060.800.6655.7167.3120.39
Hex575211065042384314
Octal12712221061201027010324
Binary1010111101001010001011010100001000010111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575211; }

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

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

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

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

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

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

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

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