Html Css Color HEX #703432 Sanguine Brown

📋 copy color: '#703432'

red 112 ◦ green 52 ◦ blue 50

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

Shades of Sanguine Brown #703432

Tints of Sanguine Brown #703432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 52.34%
G = 24.3%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703432 (or 0x703432) is known color: Sanguine Brown. HEX triplet: 70, 34 and 32. RGB value is (112,52,50). Sum of RGB (Red+Green+Blue) = 112+52+50=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703432 is #8FCBCD. Grayscale: #454545. Windows color (decimal): -9423822 or 3290224. OLE color: 3290224.

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

Color convert

RGB 112 52 50 -
CMYK 0 0.54 0.55 0.56
HSL 1.94º 0.38% 0.32% -
HSV(B) 1.94º 0.55% 0.44% -
XYZ 8.49 6.13 3.75 -
YUV 69.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 112 52 50 0 0.54 0.55 0.56 1.94 0.38 0.32
Hex 70 34 32 0 36 37 38 2 26 20
Octal 160 64 62 0 66 67 70 2 46 40
Binary 1110000 110100 110010 0 110110 110111 111000 10 100110 100000

Color Harmonies of #703432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703432

Black with #703432

Text Example


Text Example

White with #703432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703432; }

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

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

background-color css

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

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

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

border-color css

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

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

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