Html Css Color HEX #594C42 Cork

📋 copy color: '#594C42'

red 89 ◦ green 76 ◦ blue 66

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

Shades of Cork #594C42

Tints of Cork #594C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 38.53%
G = 32.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#594C42 (or 0x594C42) is known color: Cork. HEX triplet: 59, 4C and 42. RGB value is (89,76,66). Sum of RGB (Red+Green+Blue) = 89+76+66=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #594C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C42 is #A6B3BD. Grayscale: #4E4E4E. Windows color (decimal): -10924990 or 4344921. OLE color: 4344921.

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

Color convert

RGB 89 76 66 -
CMYK 0 0.15 0.26 0.65
HSL 26.09º 0.15% 0.3% -
HSV(B) 26.09º 0.26% 0.35% -
XYZ 7.69 7.69 6.23 -
YUV 78.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 89 76 66 0 0.15 0.26 0.65 26.09 0.15 0.3
Hex 59 4C 42 0 F 1A 41 1A F 1E
Octal 131 114 102 0 17 32 101 32 17 36
Binary 1011001 1001100 1000010 0 1111 11010 1000001 11010 1111 11110

Color Harmonies of #594C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C42

Black with #594C42

Text Example


Text Example

White with #594C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,66); }

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

background-color css

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

 a { background-color: rgb(89,76,66); }

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

border-color css

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

 span { border-color: rgb(89,76,66); }

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