#703A38

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

Shades of Sanguine Brown #703A38

Tints of Sanguine Brown #703A38

Color information

#703A38 (or 0x703A38) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3A and 38. RGB value is (112,58,56). Sum of RGB (Red+Green+Blue) = 112+58+56=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #703A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A38 is #8FC5C7. Grayscale: #494949. Windows color (decimal): -9422280 or 3684976. OLE color: 3684976.

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

Color convert

RGB1125856-
CMYK00.480.500.56
HSL2.14º33.33%32.94%-
HSV(B)2.14º50%43.92%-
XYZ8.916.764.58-
YUV73.92117.89155.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=49.56%
G=25.66%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112585600.480.500.562.1433.3332.94
Hex703A38030323822121
Octal1607270060627024141
Binary1110000111010111000011000011001011100010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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