Html Css Color HEX #594E45 Cork

📋 copy color: '#594E45'

red 89 ◦ green 78 ◦ blue 69

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

Shades of Cork #594E45

Tints of Cork #594E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.05%

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 37.71%
G = 33.05%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#594E45 (or 0x594E45) is known color: Cork. HEX triplet: 59, 4E and 45. RGB value is (89,78,69). Sum of RGB (Red+Green+Blue) = 89+78+69=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #594E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E45 is #A6B1BA. Grayscale: #505050. Windows color (decimal): -10924475 or 4542041. OLE color: 4542041.

HSL color Cylindrical-coordinate representation of color #594E45: hue angle of 27º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594E45 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 78 69 -
CMYK 0 0.12 0.22 0.65
HSL 27º 0.13% 0.31% -
HSV(B) 27º 0.22% 0.35% -
XYZ 7.92 8 6.76 -
YUV 80.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 89 78 69 0 0.12 0.22 0.65 27 0.13 0.31
Hex 59 4E 45 0 C 16 41 1B D 1F
Octal 131 116 105 0 14 26 101 33 15 37
Binary 1011001 1001110 1000101 0 1100 10110 1000001 11011 1101 11111

Color Harmonies of #594E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E45

Black with #594E45

Text Example


Text Example

White with #594E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594E45; }

 p { color: rgb(89,78,69); }

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

background-color css

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

 a { background-color: rgb(89,78,69); }

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

border-color css

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

 span { border-color: rgb(89,78,69); }

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