#703432

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

Shades of Sanguine Brown #703432

Tints of Sanguine Brown #703432

Color information

#703432 (or 0x703432) is unknown color: approx Sanguine Brown. HEX triplet: 70, 34 and 32. RGB value is (112,52,50). Sum of RGB (Red+Green+Blue) = 112+52+50=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703432 is #8FCBCD. Grayscale: #454545. Windows color (decimal): -9423822 or 3290224. OLE color: 3290224.

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

Color convert

RGB1125250-
CMYK00.540.550.56
HSL1.94º38.27%31.76%-
HSV(B)1.94º55.36%43.92%-
XYZ8.496.133.75-
YUV69.71116.88158.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=52.34%
G=24.30%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112525000.540.550.561.9438.2731.76
Hex703432036373822620
Octal1606462066677024640
Binary1110000110100110010011011011011111100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703432; }

 p { color: rgb(112,52,50); }

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

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

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

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

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

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

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