#703937

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

Shades of Sanguine Brown #703937

Tints of Sanguine Brown #703937

Color information

#703937 (or 0x703937) is unknown color: approx Sanguine Brown. HEX triplet: 70, 39 and 37. RGB value is (112,57,55). Sum of RGB (Red+Green+Blue) = 112+57+55=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #703937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703937 is #8FC6C8. Grayscale: #494949. Windows color (decimal): -9422537 or 3619184. OLE color: 3619184.

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

Color convert

RGB1125755-
CMYK00.490.510.56
HSL2.11º34.13%32.75%-
HSV(B)2.11º50.89%43.92%-
XYZ8.836.654.43-
YUV73.22117.72155.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=50%
G=25.45%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112575500.490.510.562.1134.1332.75
Hex703937031333822221
Octal1607167061637024241
Binary1110000111001110111011000111001111100010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703937; }

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

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

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

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

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

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

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

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