#585011

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

Shades of Bronze Olive #585011

Tints of Bronze Olive #585011

Color information

#585011 (or 0x585011) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 11. RGB value is (88,80,17). Sum of RGB (Red+Green+Blue) = 88+80+17=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #585011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585011 is #A7AFEE. Grayscale: #4B4B4B. Windows color (decimal): -10989551 or 1134680. OLE color: 1134680.

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

Color convert

RGB888017-
CMYK00.090.810.65
HSL53.24º67.62%20.59%-
HSV(B)53.24º80.68%34.51%-
XYZ6.997.851.68-
YUV75.2195.15137.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=47.57%
G=43.24%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88801700.090.810.6553.2467.6220.59
Hex585011095141354415
Octal130120210111211016510425
Binary10110001010000100010100110100011000001110101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585011; }

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

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

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

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

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

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

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

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