Html Css Color HEX #703B3E Tosca

📋 copy color: '#703B3E'

red 112 ◦ green 59 ◦ blue 62

#703B3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #703B3E

Tints of Tosca #703B3E

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 value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#703B3E (or 0x703B3E) is known color: 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

RGB 112 59 62 -
CMYK 0 0.47 0.45 0.56
HSL 356.6º 0.31% 0.34% -
HSV(B) 356.6º 0.47% 0.44% -
XYZ 9.12 6.92 5.41 -
YUV 75.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 112 59 62 0 0.47 0.45 0.56 356.6 0.31 0.34
Hex 70 3B 3E 0 2F 2D 38 165 1F 22
Octal 160 73 76 0 57 55 70 545 37 42
Binary 1110000 111011 111110 0 101111 101101 111000 101100101 11111 100010

Color Harmonies of #703B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B3E

Black with #703B3E

Text Example


Text Example

White with #703B3E

Text Example


Text Example

HTML Codes & Css Web 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>