Html Css Color HEX #703735 Sanguine Brown

📋 copy color: '#703735'

red 112 ◦ green 55 ◦ blue 53

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

Shades of Sanguine Brown #703735

Tints of Sanguine Brown #703735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 50.91%
G = 25%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#703735 (or 0x703735) is known color: Sanguine Brown. HEX triplet: 70, 37 and 35. RGB value is (112,55,53). Sum of RGB (Red+Green+Blue) = 112+55+53=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703735 is #8FC8CA. Grayscale: #474747. Windows color (decimal): -9423051 or 3487600. OLE color: 3487600.

HSL color Cylindrical-coordinate representation of color #703735: hue angle of 2.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703735 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 53 -
CMYK 0 0.51 0.53 0.56
HSL 2.03º 0.36% 0.32% -
HSV(B) 2.03º 0.53% 0.44% -
XYZ 8.69 6.43 4.15 -
YUV 71.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 112 55 53 0 0.51 0.53 0.56 2.03 0.36 0.32
Hex 70 37 35 0 33 35 38 2 24 20
Octal 160 67 65 0 63 65 70 2 44 40
Binary 1110000 110111 110101 0 110011 110101 111000 10 100100 100000

Color Harmonies of #703735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703735

Black with #703735

Text Example


Text Example

White with #703735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703735; }

 p { color: rgb(112,55,53); }

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

background-color css

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

 a { background-color: rgb(112,55,53); }

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

border-color css

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

 span { border-color: rgb(112,55,53); }

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