#703A3A

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

Shades of Sanguine Brown #703A3A

Tints of Sanguine Brown #703A3A

Color information

#703A3A (or 0x703A3A) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3A and 3A. RGB value is (112,58,58). Sum of RGB (Red+Green+Blue) = 112+58+58=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3A is #8FC5C5. Grayscale: #4A4A4A. Windows color (decimal): -9422278 or 3816048. OLE color: 3816048.

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

Color convert

RGB1125858-
CMYK00.480.480.56
HSL31.76%33.33%-
HSV(B)48.21%43.92%-
XYZ8.966.784.84-
YUV74.15118.89155-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=49.12%
G=25.44%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112585800.480.480.56031.7633.33
Hex703A3A030303802021
Octal1607272060607004041
Binary111000011101011101001100001100001110000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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