Html Css Color HEX #594E42 Rock

📋 copy color: '#594E42'

red 89 ◦ green 78 ◦ blue 66

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

Shades of Rock #594E42

Tints of Rock #594E42

RGB

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

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

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

R = 38.2%
G = 33.48%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#594E42 (or 0x594E42) is known color: Rock. HEX triplet: 59, 4E and 42. RGB value is (89,78,66). Sum of RGB (Red+Green+Blue) = 89+78+66=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #594E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E42 is #A6B1BD. Grayscale: #4F4F4F. Windows color (decimal): -10924478 or 4345433. OLE color: 4345433.

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

Color convert

RGB 89 78 66 -
CMYK 0 0.12 0.26 0.65
HSL 31.3º 0.15% 0.3% -
HSV(B) 31.3º 0.26% 0.35% -
XYZ 7.83 7.97 6.28 -
YUV 79.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 89 78 66 0 0.12 0.26 0.65 31.3 0.15 0.3
Hex 59 4E 42 0 C 1A 41 1F F 1E
Octal 131 116 102 0 14 32 101 37 17 36
Binary 1011001 1001110 1000010 0 1100 11010 1000001 11111 1111 11110

Color Harmonies of #594E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E42

Black with #594E42

Text Example


Text Example

White with #594E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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