#704242

Color #704242 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #704242

Tints of Sanguine Brown #704242

Color information

#704242 (or 0x704242) is unknown color: approx 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

RGB1126666-
CMYK00.410.410.56
HSL25.84%34.9%-
HSV(B)41.07%43.92%-
XYZ9.617.736.14-
YUV79.75120.24151-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=45.90%
G=27.05%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112666600.410.410.56025.8434.9
Hex704242029293801a23
Octal160102102051517003243
Binary1110000100001010000100101001101001111000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>