Html Css Color HEX #704242 Sanguine Brown

📋 copy color: '#704242'

red 112 ◦ green 66 ◦ blue 66

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

Shades of Sanguine Brown #704242

Tints of Sanguine Brown #704242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 45.9%
G = 27.05%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704242 (or 0x704242) is known color: Sanguine Brown. HEX triplet: 70, 42 and 42. RGB value is (112,66,66). Sum of RGB (Red+Green+Blue) = 112+66+66=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #704242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704242 is #8FBDBD. Grayscale: #4F4F4F. Windows color (decimal): -9420222 or 4342384. OLE color: 4342384.

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

Color convert

RGB 112 66 66 -
CMYK 0 0.41 0.41 0.56
HSL 0.26% 0.35% -
HSV(B) 0.41% 0.44% -
XYZ 9.61 7.73 6.14 -
YUV 79.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 112 66 66 0 0.41 0.41 0.56 0 0.26 0.35
Hex 70 42 42 0 29 29 38 0 1A 23
Octal 160 102 102 0 51 51 70 0 32 43
Binary 1110000 1000010 1000010 0 101001 101001 111000 0 11010 100011

Color Harmonies of #704242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704242

Black with #704242

Text Example


Text Example

White with #704242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704242; }

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

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

background-color css

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

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

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

border-color css

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

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

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