Html Css Color HEX #594C40 Rock

📋 copy color: '#594C40'

red 89 ◦ green 76 ◦ blue 64

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

Shades of Rock #594C40

Tints of Rock #594C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 38.86%
G = 33.19%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#594C40 (or 0x594C40) is known color: Rock. HEX triplet: 59, 4C and 40. RGB value is (89,76,64). Sum of RGB (Red+Green+Blue) = 89+76+64=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #594C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C40 is #A6B3BF. Grayscale: #4E4E4E. Windows color (decimal): -10924992 or 4213849. OLE color: 4213849.

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

Color convert

RGB 89 76 64 -
CMYK 0 0.15 0.28 0.65
HSL 28.8º 0.16% 0.3% -
HSV(B) 28.8º 0.28% 0.35% -
XYZ 7.63 7.66 5.93 -
YUV 78.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 89 76 64 0 0.15 0.28 0.65 28.8 0.16 0.3
Hex 59 4C 40 0 F 1C 41 1D 10 1E
Octal 131 114 100 0 17 34 101 35 20 36
Binary 1011001 1001100 1000000 0 1111 11100 1000001 11101 10000 11110

Color Harmonies of #594C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C40

Black with #594C40

Text Example


Text Example

White with #594C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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