Html Css Color HEX #70563F Tobacco Brown

📋 copy color: '#70563F'

red 112 ◦ green 86 ◦ blue 63

#70563F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #70563F

Tints of Tobacco Brown #70563F

RGB

 RED value IS 112 (44.14% from 255) = 42.91%

 GREEN value IS 86 (33.98% from 255) = 32.95%

 BLUE value IS 63 (25% from 255) = 24.14%

R = 42.91%
G = 32.95%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70563F (or 0x70563F) is known color: Tobacco Brown. HEX triplet: 70, 56 and 3F. RGB value is (112,86,63). Sum of RGB (Red+Green+Blue) = 112+86+63=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563F is #8FA9C0. Grayscale: #5B5B5B. Windows color (decimal): -9415105 or 4150896. OLE color: 4150896.

HSL color Cylindrical-coordinate representation of color #70563F: hue angle of 28.16º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70563F is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 63 -
CMYK 0 0.23 0.44 0.56
HSL 28.16º 0.28% 0.34% -
HSV(B) 28.16º 0.44% 0.44% -
XYZ 10.91 10.46 6.15 -
YUV 91.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 112 86 63 0 0.23 0.44 0.56 28.16 0.28 0.34
Hex 70 56 3F 0 17 2C 38 1C 1C 22
Octal 160 126 77 0 27 54 70 34 34 42
Binary 1110000 1010110 111111 0 10111 101100 111000 11100 11100 100010

Color Harmonies of #70563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70563F

Black with #70563F

Text Example


Text Example

White with #70563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70563F; }

 p { color: rgb(112,86,63); }

 H1.HeaderClassName
 {
   color: #70563F;
 }
 .AnyTagClassName
 {
   color: #70563F;
 }
</style>

background-color css

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

 a { background-color: rgb(112,86,63); }

 div.DivClassName
 {
   background-color: #70563F;
 }
 .BgClassName
 {
   background-color: #70563F;
 }
</style>

border-color css

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

 span { border-color: rgb(112,86,63); }

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