Html Css Color HEX #703837 Sanguine Brown

📋 copy color: '#703837'

red 112 ◦ green 56 ◦ blue 55

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

Shades of Sanguine Brown #703837

Tints of Sanguine Brown #703837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 50.22%
G = 25.11%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#703837 (or 0x703837) is known color: Sanguine Brown. HEX triplet: 70, 38 and 37. RGB value is (112,56,55). Sum of RGB (Red+Green+Blue) = 112+56+55=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703837 is #8FC7C8. Grayscale: #484848. Windows color (decimal): -9422793 or 3618928. OLE color: 3618928.

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

Color convert

RGB 112 56 55 -
CMYK 0 0.50 0.51 0.56
HSL 1.05º 0.34% 0.33% -
HSV(B) 1.05º 0.51% 0.44% -
XYZ 8.79 6.55 4.42 -
YUV 72.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 112 56 55 0 0.50 0.51 0.56 1.05 0.34 0.33
Hex 70 38 37 0 32 33 38 1 22 21
Octal 160 70 67 0 62 63 70 1 42 41
Binary 1110000 111000 110111 0 110010 110011 111000 1 100010 100001

Color Harmonies of #703837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703837

Black with #703837

Text Example


Text Example

White with #703837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703837; }

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

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

background-color css

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

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

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

border-color css

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

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

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