#703635

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

Shades of Sanguine Brown #703635

Tints of Sanguine Brown #703635

Color information

#703635 (or 0x703635) is unknown color: approx Sanguine Brown. HEX triplet: 70, 36 and 35. RGB value is (112,54,53). Sum of RGB (Red+Green+Blue) = 112+54+53=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #703635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703635 is #8FC9CA. Grayscale: #474747. Windows color (decimal): -9423307 or 3487344. OLE color: 3487344.

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

Color convert

RGB1125453-
CMYK00.520.530.56
HSL1.02º35.76%32.35%-
HSV(B)1.02º52.68%43.92%-
XYZ8.646.344.14-
YUV71.23117.72157.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=51.14%
G=24.66%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112545300.520.530.561.0235.7632.35
Hex703635034353812420
Octal1606665064657014440
Binary111000011011011010101101001101011110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703635; }

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

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

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

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

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

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

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

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