#615349

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

Shades of Saddle #615349

Tints of Saddle #615349

Color information

#615349 (or 0x615349) is unknown color: approx Saddle. HEX triplet: 61, 53 and 49. RGB value is (97,83,73). Sum of RGB (Red+Green+Blue) = 97+83+73=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615349 is #9EACB6. Grayscale: #565656. Windows color (decimal): -10398903 or 4805473. OLE color: 4805473.

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

Color convert

RGB978373-
CMYK00.140.250.62
HSL25º14.12%33.33%-
HSV(B)25º24.74%38.04%-
XYZ9.239.217.59-
YUV86.05120.64135.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=38.34%
G=32.81%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97837300.140.250.622514.1233.33
Hex6153490E193E19e21
Octal1411231110163176311641
Binary1100001101001110010010111011001111110110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615349; }

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

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

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

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

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

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

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

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