#585111

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

Shades of Bronze Olive #585111

Tints of Bronze Olive #585111

Color information

#585111 (or 0x585111) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 11. RGB value is (88,81,17). Sum of RGB (Red+Green+Blue) = 88+81+17=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #585111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585111 is #A7AEEE. Grayscale: #4C4C4C. Windows color (decimal): -10989295 or 1134936. OLE color: 1134936.

HSL color Cylindrical-coordinate representation of color #585111: hue angle of 54.08º 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 #585111 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB888117-
CMYK00.080.810.65
HSL54.08º67.62%20.59%-
HSV(B)54.08º80.68%34.51%-
XYZ7.0781.7-
YUV75.894.82136.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=47.31%
G=43.55%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88811700.080.810.6554.0867.6220.59
Hex585111085141364415
Octal130121210101211016610425
Binary10110001010001100010100010100011000001110110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585111; }

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

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

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

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

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

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

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

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