#585117

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

Shades of Bronze Olive #585117

Tints of Bronze Olive #585117

Color information

#585117 (or 0x585117) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 17. RGB value is (88,81,23). Sum of RGB (Red+Green+Blue) = 88+81+23=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #585117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585117 is #A7AEE8. Grayscale: #4C4C4C. Windows color (decimal): -10989289 or 1528152. OLE color: 1528152.

HSL color Cylindrical-coordinate representation of color #585117: hue angle of 53.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #585117 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB888123-
CMYK00.080.740.65
HSL53.54º58.56%21.76%-
HSV(B)53.54º73.86%34.51%-
XYZ7.128.021.98-
YUV76.4897.82136.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=45.83%
G=42.19%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88812300.080.740.6553.5458.5621.76
Hex585117084A41363b16
Octal13012127010112101667326
Binary1011000101000110111010001001010100000111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585117; }

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

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

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

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

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

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

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

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