#585118

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

Shades of Bronze Olive #585118

Tints of Bronze Olive #585118

Color information

#585118 (or 0x585118) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 18. RGB value is (88,81,24). Sum of RGB (Red+Green+Blue) = 88+81+24=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585118 is #A7AEE7. Grayscale: #4C4C4C. Windows color (decimal): -10989288 or 1593688. OLE color: 1593688.

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

Color convert

RGB888124-
CMYK00.080.730.65
HSL53.44º57.14%21.96%-
HSV(B)53.44º72.73%34.51%-
XYZ7.138.032.04-
YUV76.698.32136.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=45.60%
G=41.97%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88812400.080.730.6553.4457.1421.96
Hex585118084941353916
Octal13012130010111101657126
Binary1011000101000111000010001001001100000111010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585118; }

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

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

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

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

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

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

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

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