#703C39

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

Shades of Sanguine Brown #703C39

Tints of Sanguine Brown #703C39

Color information

#703C39 (or 0x703C39) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3C and 39. RGB value is (112,60,57). Sum of RGB (Red+Green+Blue) = 112+60+57=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C39 is #8FC3C6. Grayscale: #4B4B4B. Windows color (decimal): -9421767 or 3751024. OLE color: 3751024.

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

Color convert

RGB1126057-
CMYK00.460.490.56
HSL3.27º32.54%33.14%-
HSV(B)3.27º49.11%43.92%-
XYZ9.046.974.74-
YUV75.21117.73154.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=48.91%
G=26.20%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112605700.460.490.563.2732.5433.14
Hex703C3902E313832121
Octal1607471056617034141
Binary1110000111100111001010111011000111100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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