#595027

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

Shades of Bronze Olive #595027

Tints of Bronze Olive #595027

Color information

#595027 (or 0x595027) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 27. RGB value is (89,80,39). Sum of RGB (Red+Green+Blue) = 89+80+39=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #595027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595027 is #A6AFD8. Grayscale: #4E4E4E. Windows color (decimal): -10923993 or 2576473. OLE color: 2576473.

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

Color convert

RGB898039-
CMYK00.100.560.65
HSL49.2º39.06%25.1%-
HSV(B)49.2º56.18%34.9%-
XYZ7.358.013.08-
YUV78.02105.98135.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=42.79%
G=38.46%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89803900.100.560.6549.239.0625.1
Hex5950270A3841312719
Octal1311204701270101614731
Binary1011001101000010011101010111000100000111000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595027; }

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

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

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

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

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

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

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

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