Html Css Color HEX #703532 Sanguine Brown

📋 copy color: '#703532'

red 112 ◦ green 53 ◦ blue 50

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

Shades of Sanguine Brown #703532

Tints of Sanguine Brown #703532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

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

R = 52.09%
G = 24.65%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703532 (or 0x703532) is known color: Sanguine Brown. HEX triplet: 70, 35 and 32. RGB value is (112,53,50). Sum of RGB (Red+Green+Blue) = 112+53+50=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703532 is #8FCACD. Grayscale: #464646. Windows color (decimal): -9423566 or 3290480. OLE color: 3290480.

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

Color convert

RGB 112 53 50 -
CMYK 0 0.53 0.55 0.56
HSL 2.9º 0.38% 0.32% -
HSV(B) 2.9º 0.55% 0.44% -
XYZ 8.53 6.22 3.77 -
YUV 70.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 112 53 50 0 0.53 0.55 0.56 2.9 0.38 0.32
Hex 70 35 32 0 35 37 38 3 26 20
Octal 160 65 62 0 65 67 70 3 46 40
Binary 1110000 110101 110010 0 110101 110111 111000 11 100110 100000

Color Harmonies of #703532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703532

Black with #703532

Text Example


Text Example

White with #703532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703532; }

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

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

background-color css

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

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

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

border-color css

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

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

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