#703B3E

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

Shades of Tosca #703B3E

Tints of Tosca #703B3E

Color information

#703B3E (or 0x703B3E) is unknown color: approx Tosca. HEX triplet: 70, 3B and 3E. RGB value is (112,59,62). Sum of RGB (Red+Green+Blue) = 112+59+62=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B3E is #8FC4C1. Grayscale: #4B4B4B. Windows color (decimal): -9422018 or 4078448. OLE color: 4078448.

HSL color Cylindrical-coordinate representation of color #703B3E: hue angle of 356.6º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #703B3E is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1125962-
CMYK00.470.450.56
HSL356.6º30.99%33.53%-
HSV(B)356.6º47.32%43.92%-
XYZ9.126.925.41-
YUV75.19120.56154.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=48.07%
G=25.32%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112596200.470.450.56356.630.9933.53
Hex703B3E02F2D381651f22
Octal160737605755705453742
Binary1110000111011111110010111110110111100010110010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703B3E; }

 p { color: rgb(112,59,62); }

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

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

 a { background-color: rgb(112,59,62); }

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

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

 span { border-color: rgb(112,59,62); }

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