#585110

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

Shades of Bronze Olive #585110

Tints of Bronze Olive #585110

Color information

#585110 (or 0x585110) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 10. RGB value is (88,81,16). Sum of RGB (Red+Green+Blue) = 88+81+16=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #585110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585110 is #A7AEEF. Grayscale: #4B4B4B. Windows color (decimal): -10989296 or 1069400. OLE color: 1069400.

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

Color convert

RGB888116-
CMYK00.080.820.65
HSL54.17º69.23%20.39%-
HSV(B)54.17º81.82%34.51%-
XYZ7.0681.66-
YUV75.6894.32136.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=47.57%
G=43.78%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88811600.080.820.6554.1769.2320.39
Hex585110085241364514
Octal130121200101221016610524
Binary10110001010001100000100010100101000001110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585110; }

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

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

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

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

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

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

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

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