#585125

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

Shades of Bronze Olive #585125

Tints of Bronze Olive #585125

Color information

#585125 (or 0x585125) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 25. RGB value is (88,81,37). Sum of RGB (Red+Green+Blue) = 88+81+37=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #585125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585125 is #A7AEDA. Grayscale: #4E4E4E. Windows color (decimal): -10989275 or 2445656. OLE color: 2445656.

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

Color convert

RGB888137-
CMYK00.080.580.65
HSL51.76º40.8%24.51%-
HSV(B)51.76º57.95%34.51%-
XYZ7.38.092.93-
YUV78.08104.82135.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=42.72%
G=39.32%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88813700.080.580.6551.7640.824.51
Hex585125083A41342919
Octal1301214501072101645131
Binary1011000101000110010101000111010100000111010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585125; }

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

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

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

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

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

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

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

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