#615249

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

Shades of Saddle #615249

Tints of Saddle #615249

Color information

#615249 (or 0x615249) is unknown color: approx Saddle. HEX triplet: 61, 52 and 49. RGB value is (97,82,73). Sum of RGB (Red+Green+Blue) = 97+82+73=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615249 is #9EADB6. Grayscale: #555555. Windows color (decimal): -10399159 or 4805217. OLE color: 4805217.

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

Color convert

RGB978273-
CMYK00.150.250.62
HSL22.5º14.12%33.33%-
HSV(B)22.5º24.74%38.04%-
XYZ9.159.067.57-
YUV85.46120.97136.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=38.49%
G=32.54%
B=28.97%

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
Decimal97827300.150.250.6222.514.1233.33
Hex6152490F193E17e21
Octal1411221110173176271641
Binary1100001101001010010010111111001111110101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615249; }

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

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

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

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

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

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

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

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