#703A36

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

Shades of Sanguine Brown #703A36

Tints of Sanguine Brown #703A36

Color information

#703A36 (or 0x703A36) is unknown color: approx Sanguine Brown. HEX triplet: 70, 3A and 36. RGB value is (112,58,54). Sum of RGB (Red+Green+Blue) = 112+58+54=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #703A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A36 is #8FC5C9. Grayscale: #494949. Windows color (decimal): -9422282 or 3553904. OLE color: 3553904.

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

Color convert

RGB1125854-
CMYK00.480.520.56
HSL4.14º34.94%32.55%-
HSV(B)4.14º51.79%43.92%-
XYZ8.866.744.32-
YUV73.69116.89155.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=50%
G=25.89%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112585400.480.520.564.1434.9432.55
Hex703A36030343842321
Octal1607266060647044341
Binary11100001110101101100110000110100111000100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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