Html Css Color HEX #703B3A Sanguine Brown

📋 copy color: '#703B3A'

red 112 ◦ green 59 ◦ blue 58

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

Shades of Sanguine Brown #703B3A

Tints of Sanguine Brown #703B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.76%

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

R = 48.91%
G = 25.76%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#703B3A (or 0x703B3A) is known color: Sanguine Brown. HEX triplet: 70, 3B and 3A. RGB value is (112,59,58). Sum of RGB (Red+Green+Blue) = 112+59+58=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B3A is #8FC4C5. Grayscale: #4A4A4A. Windows color (decimal): -9422022 or 3816304. OLE color: 3816304.

HSL color Cylindrical-coordinate representation of color #703B3A: hue angle of 1.11º 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 #703B3A is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 58 -
CMYK 0 0.47 0.48 0.56
HSL 1.11º 0.32% 0.33% -
HSV(B) 1.11º 0.48% 0.44% -
XYZ 9.01 6.88 4.86 -
YUV 74.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 112 59 58 0 0.47 0.48 0.56 1.11 0.32 0.33
Hex 70 3B 3A 0 2F 30 38 1 20 21
Octal 160 73 72 0 57 60 70 1 40 41
Binary 1110000 111011 111010 0 101111 110000 111000 1 100000 100001

Color Harmonies of #703B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B3A

Black with #703B3A

Text Example


Text Example

White with #703B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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