Html Css Color HEX #703936 Sanguine Brown

📋 copy color: '#703936'

red 112 ◦ green 57 ◦ blue 54

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

Shades of Sanguine Brown #703936

Tints of Sanguine Brown #703936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 50.22%
G = 25.56%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#703936 (or 0x703936) is known color: Sanguine Brown. HEX triplet: 70, 39 and 36. RGB value is (112,57,54). Sum of RGB (Red+Green+Blue) = 112+57+54=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703936 is #8FC6C9. Grayscale: #494949. Windows color (decimal): -9422538 or 3553648. OLE color: 3553648.

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

Color convert

RGB 112 57 54 -
CMYK 0 0.49 0.52 0.56
HSL 3.1º 0.35% 0.33% -
HSV(B) 3.1º 0.52% 0.44% -
XYZ 8.81 6.64 4.31 -
YUV 73.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 112 57 54 0 0.49 0.52 0.56 3.1 0.35 0.33
Hex 70 39 36 0 31 34 38 3 23 21
Octal 160 71 66 0 61 64 70 3 43 41
Binary 1110000 111001 110110 0 110001 110100 111000 11 100011 100001

Color Harmonies of #703936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703936

Black with #703936

Text Example


Text Example

White with #703936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703936; }

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

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

background-color css

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

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

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

border-color css

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

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

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