Html Css Color HEX #594D41 Rock

📋 copy color: '#594D41'

red 89 ◦ green 77 ◦ blue 65

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

Shades of Rock #594D41

Tints of Rock #594D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 38.53%
G = 33.33%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#594D41 (or 0x594D41) is known color: Rock. HEX triplet: 59, 4D and 41. RGB value is (89,77,65). Sum of RGB (Red+Green+Blue) = 89+77+65=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #594D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D41 is #A6B2BE. Grayscale: #4F4F4F. Windows color (decimal): -10924735 or 4279641. OLE color: 4279641.

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

Color convert

RGB 89 77 65 -
CMYK 0 0.13 0.27 0.65
HSL 30º 0.16% 0.3% -
HSV(B) 30º 0.27% 0.35% -
XYZ 7.73 7.81 6.1 -
YUV 79.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 89 77 65 0 0.13 0.27 0.65 30 0.16 0.3
Hex 59 4D 41 0 D 1B 41 1E 10 1E
Octal 131 115 101 0 15 33 101 36 20 36
Binary 1011001 1001101 1000001 0 1101 11011 1000001 11110 10000 11110

Color Harmonies of #594D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D41

Black with #594D41

Text Example


Text Example

White with #594D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,77,65); }

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

background-color css

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

 a { background-color: rgb(89,77,65); }

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

border-color css

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

 span { border-color: rgb(89,77,65); }

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