#585027

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

Shades of Bronze Olive #585027

Tints of Bronze Olive #585027

Color information

#585027 (or 0x585027) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 27. RGB value is (88,80,39). Sum of RGB (Red+Green+Blue) = 88+80+39=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #585027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585027 is #A7AFD8. Grayscale: #4D4D4D. Windows color (decimal): -10989529 or 2576472. OLE color: 2576472.

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

Color convert

RGB888039-
CMYK00.090.560.65
HSL50.2º38.58%24.9%-
HSV(B)50.2º55.68%34.51%-
XYZ7.267.963.07-
YUV77.72106.15135.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=42.51%
G=38.65%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88803900.090.560.6550.238.5824.9
Hex585027093841322719
Octal1301204701170101624731
Binary1011000101000010011101001111000100000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585027; }

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

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

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

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

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

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

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

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