#703A37

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

Shades of Sanguine Brown #703A37

Tints of Sanguine Brown #703A37

Color information

#703A37 (or 0x703A37) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3A and 37. RGB value is (112,58,55). Sum of RGB (Red+Green+Blue) = 112+58+55=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A37 is #8FC5C8. Grayscale: #494949. Windows color (decimal): -9422281 or 3619440. OLE color: 3619440.

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

Color convert

RGB1125855-
CMYK00.480.510.56
HSL3.16º34.13%32.75%-
HSV(B)3.16º50.89%43.92%-
XYZ8.886.754.45-
YUV73.8117.39155.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 55 (21.88% from 255) = 24.44%
R=49.78%
G=25.78%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112585500.480.510.563.1634.1332.75
Hex703A37030333832221
Octal1607267060637034241
Binary1110000111010110111011000011001111100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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