#794048

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

Shades of Tosca #794048

Tints of Tosca #794048

Color information

#794048 (or 0x794048) is unknown color: approx Tosca. HEX triplet: 79, 40 and 48. RGB value is (121,64,72). Sum of RGB (Red+Green+Blue) = 121+64+72=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #794048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794048 is #86BFB7. Grayscale: #515151. Windows color (decimal): -8830904 or 4735097. OLE color: 4735097.

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

Color convert

RGB1216472-
CMYK00.470.400.53
HSL351.58º30.81%36.27%-
HSV(B)351.58º47.11%47.45%-
XYZ10.898.27.14-
YUV81.96122.38155.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=47.08%
G=24.90%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121647200.470.400.53351.5830.8136.27
Hex79404802F28351601f24
Octal17110011005750655403744
Binary111100110000001001000010111110100011010110110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794048; }

 p { color: rgb(121,64,72); }

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

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

 a { background-color: rgb(121,64,72); }

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

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

 span { border-color: rgb(121,64,72); }

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