#794149

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

Shades of Tosca #794149

Tints of Tosca #794149

Color information

#794149 (or 0x794149) is unknown color: approx Tosca. HEX triplet: 79, 41 and 49. RGB value is (121,65,73). Sum of RGB (Red+Green+Blue) = 121+65+73=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #794149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794149 is #86BEB6. Grayscale: #525252. Windows color (decimal): -8830647 or 4800889. OLE color: 4800889.

HSL color Cylindrical-coordinate representation of color #794149: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794149 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1216573-
CMYK00.460.400.53
HSL351.43º30.11%36.47%-
HSV(B)351.43º46.28%47.45%-
XYZ10.988.337.33-
YUV82.66122.55155.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=46.72%
G=25.10%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121657300.460.400.53351.4330.1136.47
Hex79414902E283515f1e24
Octal17110111105650655373644
Binary111100110000011001001010111010100011010110101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794149; }

 p { color: rgb(121,65,73); }

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

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

 a { background-color: rgb(121,65,73); }

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

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

 span { border-color: rgb(121,65,73); }

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