#615048

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

Shades of Saddle #615048

Tints of Saddle #615048

Color information

#615048 (or 0x615048) is unknown color: approx Saddle. HEX triplet: 61, 50 and 48. RGB value is (97,80,72). Sum of RGB (Red+Green+Blue) = 97+80+72=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615048 is #9EAFB7. Grayscale: #545454. Windows color (decimal): -10399672 or 4739169. OLE color: 4739169.

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

Color convert

RGB978072-
CMYK00.180.260.62
HSL19.2º14.79%33.14%-
HSV(B)19.2º25.77%38.04%-
XYZ8.978.757.35-
YUV84.17121.13137.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=38.96%
G=32.13%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97807200.180.260.6219.214.7933.14
Hex6150480121A3E13f21
Octal1411201100223276231741
Binary11000011010000100100001001011010111110100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615048; }

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

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

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

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

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

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

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

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