#703C3A

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

Shades of Sanguine Brown #703C3A

Tints of Sanguine Brown #703C3A

Color information

#703C3A (or 0x703C3A) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3C and 3A. RGB value is (112,60,58). Sum of RGB (Red+Green+Blue) = 112+60+58=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C3A is #8FC3C5. Grayscale: #4B4B4B. Windows color (decimal): -9421766 or 3816560. OLE color: 3816560.

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

Color convert

RGB1126058-
CMYK00.460.480.56
HSL2.22º31.76%33.33%-
HSV(B)2.22º48.21%43.92%-
XYZ9.066.984.87-
YUV75.32118.23154.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=48.70%
G=26.09%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112605800.460.480.562.2231.7633.33
Hex703C3A02E303822021
Octal1607472056607024041
Binary1110000111100111010010111011000011100010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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