#793B3D

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

Shades of Tosca #793B3D

Tints of Tosca #793B3D

Color information

#793B3D (or 0x793B3D) is unknown color: approx Tosca. HEX triplet: 79, 3B and 3D. RGB value is (121,59,61). Sum of RGB (Red+Green+Blue) = 121+59+61=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #793B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B3D is #86C4C2. Grayscale: #4D4D4D. Windows color (decimal): -8832195 or 4012921. OLE color: 4012921.

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

Color convert

RGB1215961-
CMYK00.510.500.53
HSL358.06º34.44%35.29%-
HSV(B)358.06º51.24%47.45%-
XYZ10.297.535.33-
YUV77.77118.54158.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=50.21%
G=24.48%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121596100.510.500.53358.0634.4435.29
Hex793B3D03332351662223
Octal171737506362655464243
Binary11110011110111111010110011110010110101101100110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,59,61); }

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

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

 a { background-color: rgb(121,59,61); }

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

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

 span { border-color: rgb(121,59,61); }

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