#615049

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

Shades of Saddle #615049

Tints of Saddle #615049

Color information

#615049 (or 0x615049) is unknown color: approx Saddle. HEX triplet: 61, 50 and 49. RGB value is (97,80,73). Sum of RGB (Red+Green+Blue) = 97+80+73=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615049 is #9EAFB6. Grayscale: #545454. Windows color (decimal): -10399671 or 4804705. OLE color: 4804705.

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

Color convert

RGB978073-
CMYK00.180.250.62
HSL17.5º14.12%33.33%-
HSV(B)17.5º24.74%38.04%-
XYZ98.767.52-
YUV84.28121.63137.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=38.8%
G=32%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97807300.180.250.6217.514.1233.33
Hex615049012193E12e21
Octal1411201110223176221641
Binary11000011010000100100101001011001111110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615049; }

 p { color: rgb(97,80,73); }

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

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

 a { background-color: rgb(97,80,73); }

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

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

 span { border-color: rgb(97,80,73); }

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