Html Css Color HEX #703F3C Sanguine Brown

📋 copy color: '#703F3C'

red 112 ◦ green 63 ◦ blue 60

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

Shades of Sanguine Brown #703F3C

Tints of Sanguine Brown #703F3C

RGB

 RED value IS 112 (44.14% from 255) = 47.66%

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 47.66%
G = 26.81%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#703F3C (or 0x703F3C) is known color: Sanguine Brown. HEX triplet: 70, 3F and 3C. RGB value is (112,63,60). Sum of RGB (Red+Green+Blue) = 112+63+60=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F3C is #8FC0C3. Grayscale: #4D4D4D. Windows color (decimal): -9420996 or 3948400. OLE color: 3948400.

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

Color convert

RGB 112 63 60 -
CMYK 0 0.44 0.46 0.56
HSL 3.46º 0.3% 0.34% -
HSV(B) 3.46º 0.46% 0.44% -
XYZ 9.28 7.33 5.2 -
YUV 77.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 112 63 60 0 0.44 0.46 0.56 3.46 0.3 0.34
Hex 70 3F 3C 0 2C 2E 38 3 1E 22
Octal 160 77 74 0 54 56 70 3 36 42
Binary 1110000 111111 111100 0 101100 101110 111000 11 11110 100010

Color Harmonies of #703F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F3C

Black with #703F3C

Text Example


Text Example

White with #703F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,60); }

 H1.HeaderClassName
 {
   color: #703F3C;
 }
 .AnyTagClassName
 {
   color: #703F3C;
 }
</style>

background-color css

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

 a { background-color: rgb(112,63,60); }

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

border-color css

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

 span { border-color: rgb(112,63,60); }

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