Html Css Color HEX #595048 Rock

📋 copy color: '#595048'

red 89 ◦ green 80 ◦ blue 72

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

Shades of Rock #595048

Tints of Rock #595048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 36.93%
G = 33.2%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#595048 (or 0x595048) is known color: Rock. HEX triplet: 59, 50 and 48. RGB value is (89,80,72). Sum of RGB (Red+Green+Blue) = 89+80+72=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #595048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595048 is #A6AFB7. Grayscale: #515151. Windows color (decimal): -10923960 or 4739161. OLE color: 4739161.

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

Color convert

RGB 89 80 72 -
CMYK 0 0.10 0.19 0.65
HSL 28.24º 0.11% 0.32% -
HSV(B) 28.24º 0.19% 0.35% -
XYZ 8.16 8.33 7.31 -
YUV 81.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 89 80 72 0 0.10 0.19 0.65 28.24 0.11 0.32
Hex 59 50 48 0 A 13 41 1C B 20
Octal 131 120 110 0 12 23 101 34 13 40
Binary 1011001 1010000 1001000 0 1010 10011 1000001 11100 1011 100000

Color Harmonies of #595048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595048

Black with #595048

Text Example


Text Example

White with #595048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595048; }

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

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

background-color css

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

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

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

border-color css

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

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

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