Html Css Color HEX #594941 Cork

📋 copy color: '#594941'

red 89 ◦ green 73 ◦ blue 65

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

Shades of Cork #594941

Tints of Cork #594941

RGB

 RED value IS 89 (35.16% from 255) = 39.21%

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 39.21%
G = 32.16%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#594941 (or 0x594941) is known color: Cork. HEX triplet: 59, 49 and 41. RGB value is (89,73,65). Sum of RGB (Red+Green+Blue) = 89+73+65=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #594941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594941 is #A6B6BE. Grayscale: #4C4C4C. Windows color (decimal): -10925759 or 4278617. OLE color: 4278617.

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

Color convert

RGB 89 73 65 -
CMYK 0 0.18 0.27 0.65
HSL 20º 0.16% 0.3% -
HSV(B) 20º 0.27% 0.35% -
XYZ 7.46 7.27 6.01 -
YUV 76.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 89 73 65 0 0.18 0.27 0.65 20 0.16 0.3
Hex 59 49 41 0 12 1B 41 14 10 1E
Octal 131 111 101 0 22 33 101 24 20 36
Binary 1011001 1001001 1000001 0 10010 11011 1000001 10100 10000 11110

Color Harmonies of #594941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594941

Black with #594941

Text Example


Text Example

White with #594941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594941; }

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

 H1.HeaderClassName
 {
   color: #594941;
 }
 .AnyTagClassName
 {
   color: #594941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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