#793A3E

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

Shades of Tosca #793A3E

Tints of Tosca #793A3E

Color information

#793A3E (or 0x793A3E) is unknown color: approx Tosca. HEX triplet: 79, 3A and 3E. RGB value is (121,58,62). Sum of RGB (Red+Green+Blue) = 121+58+62=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #793A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A3E is #86C5C1. Grayscale: #4D4D4D. Windows color (decimal): -8832450 or 4078201. OLE color: 4078201.

HSL color Cylindrical-coordinate representation of color #793A3E: hue angle of 356.19º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A3E is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1215862-
CMYK00.520.490.53
HSL356.19º35.2%35.1%-
HSV(B)356.19º52.07%47.45%-
XYZ10.277.445.45-
YUV77.29119.37159.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=50.21%
G=24.07%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121586200.520.490.53356.1935.235.1
Hex793A3E03431351642323
Octal171727606461655444343
Binary11110011110101111100110100110001110101101100100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A3E; }

 p { color: rgb(121,58,62); }

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

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

 a { background-color: rgb(121,58,62); }

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

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

 span { border-color: rgb(121,58,62); }

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