#703433

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

Shades of Sanguine Brown #703433

Tints of Sanguine Brown #703433

Color information

#703433 (or 0x703433) is unknown color: approx Sanguine Brown. HEX triplet: 70, 34 and 33. RGB value is (112,52,51). Sum of RGB (Red+Green+Blue) = 112+52+51=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703433 is #8FCBCC. Grayscale: #454545. Windows color (decimal): -9423821 or 3355760. OLE color: 3355760.

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

Color convert

RGB1125251-
CMYK00.540.540.56
HSL0.98º37.42%31.96%-
HSV(B)0.98º54.46%43.92%-
XYZ8.516.143.87-
YUV69.83117.38158.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=52.09%
G=24.19%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112525100.540.540.560.9837.4231.96
Hex703433036363812520
Octal1606463066667014540
Binary111000011010011001101101101101101110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703433; }

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

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

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

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

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

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

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

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