#585025

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

Shades of Bronze Olive #585025

Tints of Bronze Olive #585025

Color information

#585025 (or 0x585025) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 25. RGB value is (88,80,37). Sum of RGB (Red+Green+Blue) = 88+80+37=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #585025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585025 is #A7AFDA. Grayscale: #4D4D4D. Windows color (decimal): -10989531 or 2445400. OLE color: 2445400.

HSL color Cylindrical-coordinate representation of color #585025: hue angle of 50.59º 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 #585025 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB888037-
CMYK00.090.580.65
HSL50.59º40.8%24.51%-
HSV(B)50.59º57.95%34.51%-
XYZ7.237.952.9-
YUV77.49105.15135.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=42.93%
G=39.02%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88803700.090.580.6550.5940.824.51
Hex585025093A41332919
Octal1301204501172101635131
Binary1011000101000010010101001111010100000111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585025; }

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

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

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

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

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

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

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

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