Html Css Color HEX #703D3A Sanguine Brown

📋 copy color: '#703D3A'

red 112 ◦ green 61 ◦ blue 58

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

Shades of Sanguine Brown #703D3A

Tints of Sanguine Brown #703D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 58 (23.05% from 255) = 25.11%

R = 48.48%
G = 26.41%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#703D3A (or 0x703D3A) is known color: Sanguine Brown. HEX triplet: 70, 3D and 3A. RGB value is (112,61,58). Sum of RGB (Red+Green+Blue) = 112+61+58=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D3A is #8FC2C5. Grayscale: #4B4B4B. Windows color (decimal): -9421510 or 3816816. OLE color: 3816816.

HSL color Cylindrical-coordinate representation of color #703D3A: hue angle of 3.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703D3A is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 61 58 -
CMYK 0 0.46 0.48 0.56
HSL 3.33º 0.32% 0.33% -
HSV(B) 3.33º 0.48% 0.44% -
XYZ 9.11 7.09 4.89 -
YUV 75.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 112 61 58 0 0.46 0.48 0.56 3.33 0.32 0.33
Hex 70 3D 3A 0 2E 30 38 3 20 21
Octal 160 75 72 0 56 60 70 3 40 41
Binary 1110000 111101 111010 0 101110 110000 111000 11 100000 100001

Color Harmonies of #703D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D3A

Black with #703D3A

Text Example


Text Example

White with #703D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703D3A; }

 p { color: rgb(112,61,58); }

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

background-color css

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

 a { background-color: rgb(112,61,58); }

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

border-color css

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

 span { border-color: rgb(112,61,58); }

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