#703737

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

Shades of Sanguine Brown #703737

Tints of Sanguine Brown #703737

Color information

#703737 (or 0x703737) is unknown color: approx Sanguine Brown. HEX triplet: 70, 37 and 37. RGB value is (112,55,55). Sum of RGB (Red+Green+Blue) = 112+55+55=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703737 is #8FC8C8. Grayscale: #484848. Windows color (decimal): -9423049 or 3618672. OLE color: 3618672.

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

Color convert

RGB1125555-
CMYK00.510.510.56
HSL34.13%32.75%-
HSV(B)50.89%43.92%-
XYZ8.746.454.4-
YUV72.04118.38156.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=50.45%
G=24.77%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112555500.510.510.56034.1332.75
Hex703737033333802221
Octal1606767063637004241
Binary111000011011111011101100111100111110000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703737; }

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

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

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

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

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

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

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

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