Html Css Color HEX #704141 Sanguine Brown

📋 copy color: '#704141'

red 112 ◦ green 65 ◦ blue 65

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

Shades of Sanguine Brown #704141

Tints of Sanguine Brown #704141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 46.28%
G = 26.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#704141 (or 0x704141) is known color: Sanguine Brown. HEX triplet: 70, 41 and 41. RGB value is (112,65,65). Sum of RGB (Red+Green+Blue) = 112+65+65=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704141 is #8FBEBE. Grayscale: #4F4F4F. Windows color (decimal): -9420479 or 4276592. OLE color: 4276592.

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

Color convert

RGB 112 65 65 -
CMYK 0 0.42 0.42 0.56
HSL 0.27% 0.35% -
HSV(B) 0.42% 0.44% -
XYZ 9.53 7.61 5.97 -
YUV 79.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 112 65 65 0 0.42 0.42 0.56 0 0.27 0.35
Hex 70 41 41 0 2A 2A 38 0 1B 23
Octal 160 101 101 0 52 52 70 0 33 43
Binary 1110000 1000001 1000001 0 101010 101010 111000 0 11011 100011

Color Harmonies of #704141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704141

Black with #704141

Text Example


Text Example

White with #704141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704141; }

 p { color: rgb(112,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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