#585104

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

Shades of Bronze Olive #585104

Tints of Bronze Olive #585104

Color information

#585104 (or 0x585104) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 04. RGB value is (88,81,4). Sum of RGB (Red+Green+Blue) = 88+81+4=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #585104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585104 is #A7AEFB. Grayscale: #4A4A4A. Windows color (decimal): -10989308 or 282968. OLE color: 282968.

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

Color convert

RGB88814-
CMYK00.080.950.65
HSL55º91.3%18.04%-
HSV(B)55º95.45%34.51%-
XYZ6.997.971.28-
YUV74.3288.32137.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=50.87%
G=46.82%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8881400.080.950.655591.318.04
Hex58514085F41375b12
Octal13012140101371016713322
Binary101100010100011000100010111111000001110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585104; }

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

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

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

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

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

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

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

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