#605248

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

Shades of Saddle #605248

Tints of Saddle #605248

Color information

#605248 (or 0x605248) is unknown color: approx Saddle. HEX triplet: 60, 52 and 48. RGB value is (96,82,72). Sum of RGB (Red+Green+Blue) = 96+82+72=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605248 is #9FADB7. Grayscale: #555555. Windows color (decimal): -10464696 or 4739680. OLE color: 4739680.

HSL color Cylindrical-coordinate representation of color #605248: hue angle of 25º 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 #605248 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB968272-
CMYK00.150.250.62
HSL25º14.29%32.94%-
HSV(B)25º25%37.65%-
XYZ9.018.997.39-
YUV85.05120.64135.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=38.4%
G=32.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96827200.150.250.622514.2932.94
Hex6052480F193E19e21
Octal1401221100173176311641
Binary1100000101001010010000111111001111110110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605248; }

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

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

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

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

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

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

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

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