#703F3C

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

Shades of Sanguine Brown #703F3C

Tints of Sanguine Brown #703F3C

Color information

#703F3C (or 0x703F3C) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3F and 3C. RGB value is (112,63,60). Sum of RGB (Red+Green+Blue) = 112+63+60=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F3C is #8FC0C3. Grayscale: #4D4D4D. Windows color (decimal): -9420996 or 3948400. OLE color: 3948400.

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

Color convert

RGB1126360-
CMYK00.440.460.56
HSL3.46º30.23%33.73%-
HSV(B)3.46º46.43%43.92%-
XYZ9.287.335.2-
YUV77.31118.23152.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=47.66%
G=26.81%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112636000.440.460.563.4630.2333.73
Hex703F3C02C2E3831e22
Octal1607774054567033642
Binary111000011111111110001011001011101110001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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