#703532

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

Shades of Sanguine Brown #703532

Tints of Sanguine Brown #703532

Color information

#703532 (or 0x703532) is unknown color: approx Sanguine Brown. HEX triplet: 70, 35 and 32. RGB value is (112,53,50). Sum of RGB (Red+Green+Blue) = 112+53+50=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703532 is #8FCACD. Grayscale: #464646. Windows color (decimal): -9423566 or 3290480. OLE color: 3290480.

HSL color Cylindrical-coordinate representation of color #703532: hue angle of 2.9º 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 #703532 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1125350-
CMYK00.530.550.56
HSL2.9º38.27%31.76%-
HSV(B)2.9º55.36%43.92%-
XYZ8.536.223.77-
YUV70.3116.55157.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=52.09%
G=24.65%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112535000.530.550.562.938.2731.76
Hex703532035373832620
Octal1606562065677034640
Binary1110000110101110010011010111011111100011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703532; }

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

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

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

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

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

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

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

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