#595048

Color #595048 Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #595048

Tints of Rock #595048

Color information

#595048 (or 0x595048) is unknown color: approx 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

RGB898072-
CMYK00.100.190.65
HSL28.24º10.56%31.57%-
HSV(B)28.24º19.1%34.9%-
XYZ8.168.337.31-
YUV81.78122.48133.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=36.93%
G=33.20%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89807200.100.190.6528.2410.5631.57
Hex5950480A13411cb20
Octal13112011001223101341340
Binary10110011010000100100001010100111000001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>