Html Css Color HEX #703934 Sanguine Brown

📋 copy color: '#703934'

red 112 ◦ green 57 ◦ blue 52

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

Shades of Sanguine Brown #703934

Tints of Sanguine Brown #703934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 50.68%
G = 25.79%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703934 (or 0x703934) is known color: Sanguine Brown. HEX triplet: 70, 39 and 34. RGB value is (112,57,52). Sum of RGB (Red+Green+Blue) = 112+57+52=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703934 is #8FC6CB. Grayscale: #484848. Windows color (decimal): -9422540 or 3422576. OLE color: 3422576.

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

Color convert

RGB 112 57 52 -
CMYK 0 0.49 0.54 0.56
HSL 0.37% 0.32% -
HSV(B) 0.54% 0.44% -
XYZ 8.77 6.62 4.06 -
YUV 72.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 112 57 52 0 0.49 0.54 0.56 5 0.37 0.32
Hex 70 39 34 0 31 36 38 5 25 20
Octal 160 71 64 0 61 66 70 5 45 40
Binary 1110000 111001 110100 0 110001 110110 111000 101 100101 100000

Color Harmonies of #703934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703934

Black with #703934

Text Example


Text Example

White with #703934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703934; }

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

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

background-color css

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

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

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

border-color css

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

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

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