#605048

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

Shades of Saddle #605048

Tints of Saddle #605048

Color information

#605048 (or 0x605048) is unknown color: approx Saddle. HEX triplet: 60, 50 and 48. RGB value is (96,80,72). Sum of RGB (Red+Green+Blue) = 96+80+72=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605048 is #9FAFB7. Grayscale: #535353. Windows color (decimal): -10465208 or 4739168. OLE color: 4739168.

HSL color Cylindrical-coordinate representation of color #605048: hue angle of 20º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605048 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB968072-
CMYK00.170.250.62
HSL20º14.29%32.94%-
HSV(B)20º25%37.65%-
XYZ8.868.697.34-
YUV83.87121.3136.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96807200.170.250.622014.2932.94
Hex605048011193E14e21
Octal1401201100213176241641
Binary11000001010000100100001000111001111110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605048; }

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

 H1.HeaderClassName
 {
   color: #605048;
 }
 .AnyTagClassName
 {
   color: #605048;
 }
</style>
background-color css

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

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

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

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

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

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