#585119

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

Shades of Bronze Olive #585119

Tints of Bronze Olive #585119

Color information

#585119 (or 0x585119) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 19. RGB value is (88,81,25). Sum of RGB (Red+Green+Blue) = 88+81+25=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #585119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585119 is #A7AEE6. Grayscale: #4C4C4C. Windows color (decimal): -10989287 or 1659224. OLE color: 1659224.

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

Color convert

RGB888125-
CMYK00.080.720.65
HSL53.33º55.75%22.16%-
HSV(B)53.33º71.59%34.51%-
XYZ7.148.032.09-
YUV76.7198.82136.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=45.36%
G=41.75%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88812500.080.720.6553.3355.7522.16
Hex585119084841353816
Octal13012131010110101657026
Binary1011000101000111001010001001000100000111010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585119; }

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

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

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

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

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

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

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

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