Html Css Color HEX #703533 Sanguine Brown

📋 copy color: '#703533'

red 112 ◦ green 53 ◦ blue 51

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

Shades of Sanguine Brown #703533

Tints of Sanguine Brown #703533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.61%

R = 51.85%
G = 24.54%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703533 (or 0x703533) is known color: Sanguine Brown. HEX triplet: 70, 35 and 33. RGB value is (112,53,51). Sum of RGB (Red+Green+Blue) = 112+53+51=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703533 is #8FCACC. Grayscale: #464646. Windows color (decimal): -9423565 or 3356016. OLE color: 3356016.

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

Color convert

RGB 112 53 51 -
CMYK 0 0.53 0.54 0.56
HSL 1.97º 0.37% 0.32% -
HSV(B) 1.97º 0.54% 0.44% -
XYZ 8.55 6.23 3.88 -
YUV 70.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 112 53 51 0 0.53 0.54 0.56 1.97 0.37 0.32
Hex 70 35 33 0 35 36 38 2 25 20
Octal 160 65 63 0 65 66 70 2 45 40
Binary 1110000 110101 110011 0 110101 110110 111000 10 100101 100000

Color Harmonies of #703533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703533

Black with #703533

Text Example


Text Example

White with #703533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703533; }

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

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

background-color css

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

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

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

border-color css

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

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

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