Html Css Color HEX #703937 Sanguine Brown

📋 copy color: '#703937'

red 112 ◦ green 57 ◦ blue 55

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

Shades of Sanguine Brown #703937

Tints of Sanguine Brown #703937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 50%
G = 25.45%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#703937 (or 0x703937) is known color: Sanguine Brown. HEX triplet: 70, 39 and 37. RGB value is (112,57,55). Sum of RGB (Red+Green+Blue) = 112+57+55=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #703937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703937 is #8FC6C8. Grayscale: #494949. Windows color (decimal): -9422537 or 3619184. OLE color: 3619184.

HSL color Cylindrical-coordinate representation of color #703937: hue angle of 2.11º 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 #703937 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 55 -
CMYK 0 0.49 0.51 0.56
HSL 2.11º 0.34% 0.33% -
HSV(B) 2.11º 0.51% 0.44% -
XYZ 8.83 6.65 4.43 -
YUV 73.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 112 57 55 0 0.49 0.51 0.56 2.11 0.34 0.33
Hex 70 39 37 0 31 33 38 2 22 21
Octal 160 71 67 0 61 63 70 2 42 41
Binary 1110000 111001 110111 0 110001 110011 111000 10 100010 100001

Color Harmonies of #703937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703937

Black with #703937

Text Example


Text Example

White with #703937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703937; }

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

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

background-color css

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

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

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

border-color css

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

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

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