#585014

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

Shades of Bronze Olive #585014

Tints of Bronze Olive #585014

Color information

#585014 (or 0x585014) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 14. RGB value is (88,80,20). Sum of RGB (Red+Green+Blue) = 88+80+20=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #585014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585014 is #A7AFEB. Grayscale: #4B4B4B. Windows color (decimal): -10989548 or 1331288. OLE color: 1331288.

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

Color convert

RGB888020-
CMYK00.090.770.65
HSL52.94º62.96%21.18%-
HSV(B)52.94º77.27%34.51%-
XYZ7.027.861.81-
YUV75.5596.65136.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=46.81%
G=42.55%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88802000.090.770.6552.9462.9621.18
Hex585014094D41353f15
Octal13012024011115101657725
Binary1011000101000010100010011001101100000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585014; }

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

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

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

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

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

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

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

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