#703735

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

Shades of Sanguine Brown #703735

Tints of Sanguine Brown #703735

Color information

#703735 (or 0x703735) is unknown color: approx Sanguine Brown. HEX triplet: 70, 37 and 35. RGB value is (112,55,53). Sum of RGB (Red+Green+Blue) = 112+55+53=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703735 is #8FC8CA. Grayscale: #474747. Windows color (decimal): -9423051 or 3487600. OLE color: 3487600.

HSL color Cylindrical-coordinate representation of color #703735: hue angle of 2.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703735 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1125553-
CMYK00.510.530.56
HSL2.03º35.76%32.35%-
HSV(B)2.03º52.68%43.92%-
XYZ8.696.434.15-
YUV71.82117.38156.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=50.91%
G=25%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112555300.510.530.562.0335.7632.35
Hex703735033353822420
Octal1606765063657024440
Binary1110000110111110101011001111010111100010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703735; }

 p { color: rgb(112,55,53); }

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

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

 a { background-color: rgb(112,55,53); }

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

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

 span { border-color: rgb(112,55,53); }

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