Html Css Color HEX #595047 Rock

📋 copy color: '#595047'

red 89 ◦ green 80 ◦ blue 71

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

Shades of Rock #595047

Tints of Rock #595047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 37.08%
G = 33.33%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#595047 (or 0x595047) is known color: Rock. HEX triplet: 59, 50 and 47. RGB value is (89,80,71). Sum of RGB (Red+Green+Blue) = 89+80+71=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595047 is #A6AFB8. Grayscale: #515151. Windows color (decimal): -10923961 or 4673625. OLE color: 4673625.

HSL color Cylindrical-coordinate representation of color #595047: hue angle of 30º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #595047 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 71 -
CMYK 0 0.10 0.20 0.65
HSL 30º 0.11% 0.31% -
HSV(B) 30º 0.2% 0.35% -
XYZ 8.13 8.32 7.14 -
YUV 81.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 89 80 71 0 0.10 0.20 0.65 30 0.11 0.31
Hex 59 50 47 0 A 14 41 1E B 1F
Octal 131 120 107 0 12 24 101 36 13 37
Binary 1011001 1010000 1000111 0 1010 10100 1000001 11110 1011 11111

Color Harmonies of #595047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595047

Black with #595047

Text Example


Text Example

White with #595047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595047; }

 p { color: rgb(89,80,71); }

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

background-color css

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

 a { background-color: rgb(89,80,71); }

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

border-color css

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

 span { border-color: rgb(89,80,71); }

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