Html Css Color HEX #594B42 Cork

📋 copy color: '#594B42'

red 89 ◦ green 75 ◦ blue 66

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

Shades of Cork #594B42

Tints of Cork #594B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

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

R = 38.7%
G = 32.61%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#594B42 (or 0x594B42) is known color: Cork. HEX triplet: 59, 4B and 42. RGB value is (89,75,66). Sum of RGB (Red+Green+Blue) = 89+75+66=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #594B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B42 is #A6B4BD. Grayscale: #4E4E4E. Windows color (decimal): -10925246 or 4344665. OLE color: 4344665.

HSL color Cylindrical-coordinate representation of color #594B42: hue angle of 23.48º 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 #594B42 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 75 66 -
CMYK 0 0.16 0.26 0.65
HSL 23.48º 0.15% 0.3% -
HSV(B) 23.48º 0.26% 0.35% -
XYZ 7.62 7.55 6.21 -
YUV 78.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 89 75 66 0 0.16 0.26 0.65 23.48 0.15 0.3
Hex 59 4B 42 0 10 1A 41 17 F 1E
Octal 131 113 102 0 20 32 101 27 17 36
Binary 1011001 1001011 1000010 0 10000 11010 1000001 10111 1111 11110

Color Harmonies of #594B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B42

Black with #594B42

Text Example


Text Example

White with #594B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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