Html Css Color HEX #59493C Rock

📋 copy color: '#59493C'

red 89 ◦ green 73 ◦ blue 60

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

Shades of Rock #59493C

Tints of Rock #59493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 40.09%
G = 32.88%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59493C (or 0x59493C) is known color: Rock. HEX triplet: 59, 49 and 3C. RGB value is (89,73,60). Sum of RGB (Red+Green+Blue) = 89+73+60=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #59493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493C is #A6B6C3. Grayscale: #4C4C4C. Windows color (decimal): -10925764 or 3950937. OLE color: 3950937.

HSL color Cylindrical-coordinate representation of color #59493C: hue angle of 26.9º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59493C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 60 -
CMYK 0 0.18 0.33 0.65
HSL 26.9º 0.19% 0.29% -
HSV(B) 26.9º 0.33% 0.35% -
XYZ 7.32 7.22 5.28 -
YUV 76.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 89 73 60 0 0.18 0.33 0.65 26.9 0.19 0.29
Hex 59 49 3C 0 12 21 41 1B 13 1D
Octal 131 111 74 0 22 41 101 33 23 35
Binary 1011001 1001001 111100 0 10010 100001 1000001 11011 10011 11101

Color Harmonies of #59493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59493C

Black with #59493C

Text Example


Text Example

White with #59493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59493C; }

 p { color: rgb(89,73,60); }

 H1.HeaderClassName
 {
   color: #59493C;
 }
 .AnyTagClassName
 {
   color: #59493C;
 }
</style>

background-color css

<style>
 a { background-color: #59493C; }

 a { background-color: rgb(89,73,60); }

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

border-color css

<style>
 span { border-color: #59493C; }

 span { border-color: rgb(89,73,60); }

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