#585127

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

Shades of Bronze Olive #585127

Tints of Bronze Olive #585127

Color information

#585127 (or 0x585127) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 27. RGB value is (88,81,39). Sum of RGB (Red+Green+Blue) = 88+81+39=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #585127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585127 is #A7AED8. Grayscale: #4E4E4E. Windows color (decimal): -10989273 or 2576728. OLE color: 2576728.

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

Color convert

RGB888139-
CMYK00.080.560.65
HSL51.43º38.58%24.9%-
HSV(B)51.43º55.68%34.51%-
XYZ7.338.113.1-
YUV78.3105.82134.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=42.31%
G=38.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88813900.080.560.6551.4338.5824.9
Hex585127083841332719
Octal1301214701070101634731
Binary1011000101000110011101000111000100000111001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585127; }

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

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

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

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

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

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

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

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