#595049

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

Shades of Cork #595049

Tints of Cork #595049

Color information

#595049 (or 0x595049) is unknown color: approx Cork. HEX triplet: 59, 50 and 49. RGB value is (89,80,73). Sum of RGB (Red+Green+Blue) = 89+80+73=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595049 is #A6AFB6. Grayscale: #515151. Windows color (decimal): -10923959 or 4804697. OLE color: 4804697.

HSL color Cylindrical-coordinate representation of color #595049: hue angle of 26.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595049 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB898073-
CMYK00.100.180.65
HSL26.25º9.88%31.76%-
HSV(B)26.25º17.98%34.9%-
XYZ8.198.347.48-
YUV81.89122.98133.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=36.78%
G=33.06%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89807300.100.180.6526.259.8831.76
Hex5950490A12411aa20
Octal13112011101222101321240
Binary10110011010000100100101010100101000001110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595049; }

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

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

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

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

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

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

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

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