#70403E

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

Shades of Sanguine Brown #70403E

Tints of Sanguine Brown #70403E

Color information

#70403E (or 0x70403E) is unknown color: approx Sanguine Brown. HEX triplet: 70, 40 and 3E. RGB value is (112,64,62). Sum of RGB (Red+Green+Blue) = 112+64+62=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70403E is #8FBFC1. Grayscale: #4E4E4E. Windows color (decimal): -9420738 or 4079728. OLE color: 4079728.

HSL color Cylindrical-coordinate representation of color #70403E: hue angle of 2.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70403E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1126462-
CMYK00.430.450.56
HSL2.4º28.74%34.12%-
HSV(B)2.4º44.64%43.92%-
XYZ9.387.465.5-
YUV78.12118.9152.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=47.06%
G=26.89%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112646200.430.450.562.428.7434.12
Hex70403E02B2D3821d22
Octal16010076053557023542
Binary1110000100000011111001010111011011110001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70403E; }

 p { color: rgb(112,64,62); }

 H1.HeaderClassName
 {
   color: #70403E;
 }
 .AnyTagClassName
 {
   color: #70403E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #70403E;
 }
 .BgClassName
 {
   background-color: #70403E;
 }
</style>
border-color css

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

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

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