#703938

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

Shades of Sanguine Brown #703938

Tints of Sanguine Brown #703938

Color information

#703938 (or 0x703938) is unknown color: approx Sanguine Brown. HEX triplet: 70, 39 and 38. RGB value is (112,57,56). Sum of RGB (Red+Green+Blue) = 112+57+56=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703938 is #8FC6C7. Grayscale: #494949. Windows color (decimal): -9422536 or 3684720. OLE color: 3684720.

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

Color convert

RGB1125756-
CMYK00.490.500.56
HSL1.07º33.33%32.94%-
HSV(B)1.07º50%43.92%-
XYZ8.866.664.56-
YUV73.33118.22155.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=49.78%
G=25.33%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112575600.490.500.561.0733.3332.94
Hex703938031323812121
Octal1607170061627014141
Binary111000011100111100001100011100101110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703938; }

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

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

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

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

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

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

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

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