#585013

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

Shades of Bronze Olive #585013

Tints of Bronze Olive #585013

Color information

#585013 (or 0x585013) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 13. RGB value is (88,80,19). Sum of RGB (Red+Green+Blue) = 88+80+19=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #585013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585013 is #A7AFEC. Grayscale: #4B4B4B. Windows color (decimal): -10989549 or 1265752. OLE color: 1265752.

HSL color Cylindrical-coordinate representation of color #585013: hue angle of 53.04º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #585013 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB888019-
CMYK00.090.780.65
HSL53.04º64.49%20.98%-
HSV(B)53.04º78.41%34.51%-
XYZ7.017.861.76-
YUV75.4496.15136.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=47.06%
G=42.78%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88801900.090.780.6553.0464.4920.98
Hex585013094E41354015
Octal130120230111161016510025
Binary10110001010000100110100110011101000001110101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585013; }

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

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

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

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

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

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

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

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