Html Css Color HEX #594940 Cork

📋 copy color: '#594940'

red 89 ◦ green 73 ◦ blue 64

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

Shades of Cork #594940

Tints of Cork #594940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 39.38%
G = 32.3%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#594940 (or 0x594940) is known color: Cork. HEX triplet: 59, 49 and 40. RGB value is (89,73,64). Sum of RGB (Red+Green+Blue) = 89+73+64=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594940 is #A6B6BF. Grayscale: #4C4C4C. Windows color (decimal): -10925760 or 4213081. OLE color: 4213081.

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

Color convert

RGB 89 73 64 -
CMYK 0 0.18 0.28 0.65
HSL 21.6º 0.16% 0.3% -
HSV(B) 21.6º 0.28% 0.35% -
XYZ 7.43 7.26 5.86 -
YUV 76.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 89 73 64 0 0.18 0.28 0.65 21.6 0.16 0.3
Hex 59 49 40 0 12 1C 41 16 10 1E
Octal 131 111 100 0 22 34 101 26 20 36
Binary 1011001 1001001 1000000 0 10010 11100 1000001 10110 10000 11110

Color Harmonies of #594940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594940

Black with #594940

Text Example


Text Example

White with #594940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594940; }

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

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

background-color css

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

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

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

border-color css

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

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

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