#585211

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

Shades of Bronze Olive #585211

Tints of Bronze Olive #585211

Color information

#585211 (or 0x585211) is unknown color: approx Bronze Olive. HEX triplet: 58, 52 and 11. RGB value is (88,82,17). Sum of RGB (Red+Green+Blue) = 88+82+17=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #585211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585211 is #A7ADEE. Grayscale: #4C4C4C. Windows color (decimal): -10989039 or 1135192. OLE color: 1135192.

HSL color Cylindrical-coordinate representation of color #585211: hue angle of 54.93º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #585211 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB888217-
CMYK00.070.810.65
HSL54.93º67.62%20.59%-
HSV(B)54.93º80.68%34.51%-
XYZ7.148.151.73-
YUV76.3894.49136.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=47.06%
G=43.85%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88821700.070.810.6554.9367.6220.59
Hex585211075141374415
Octal13012221071211016710425
Binary1011000101001010001011110100011000001110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585211; }

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

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

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

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

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

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

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

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