Html Css Color HEX #595049 Cork

📋 copy color: '#595049'

red 89 ◦ green 80 ◦ blue 73

#595049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cork #595049

Tints of Cork #595049

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 value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#595049 (or 0x595049) is known color: 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

RGB 89 80 73 -
CMYK 0 0.10 0.18 0.65
HSL 26.25º 0.1% 0.32% -
HSV(B) 26.25º 0.18% 0.35% -
XYZ 8.19 8.34 7.48 -
YUV 81.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 89 80 73 0 0.10 0.18 0.65 26.25 0.1 0.32
Hex 59 50 49 0 A 12 41 1A A 20
Octal 131 120 111 0 12 22 101 32 12 40
Binary 1011001 1010000 1001001 0 1010 10010 1000001 11010 1010 100000

Color Harmonies of #595049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595049

Black with #595049

Text Example


Text Example

White with #595049

Text Example


Text Example

HTML Codes & Css Web 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>