Html Css Color HEX #70563C Tobacco Brown

📋 copy color: '#70563C'

red 112 ◦ green 86 ◦ blue 60

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

Shades of Tobacco Brown #70563C

Tints of Tobacco Brown #70563C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 43.41%
G = 33.33%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70563C (or 0x70563C) is known color: Tobacco Brown. HEX triplet: 70, 56 and 3C. RGB value is (112,86,60). Sum of RGB (Red+Green+Blue) = 112+86+60=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70563C is #8FA9C3. Grayscale: #5A5A5A. Windows color (decimal): -9415108 or 3954288. OLE color: 3954288.

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

Color convert

RGB 112 86 60 -
CMYK 0 0.23 0.46 0.56
HSL 30º 0.3% 0.34% -
HSV(B) 30º 0.46% 0.44% -
XYZ 10.83 10.43 5.72 -
YUV 90.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 112 86 60 0 0.23 0.46 0.56 30 0.3 0.34
Hex 70 56 3C 0 17 2E 38 1E 1E 22
Octal 160 126 74 0 27 56 70 36 36 42
Binary 1110000 1010110 111100 0 10111 101110 111000 11110 11110 100010

Color Harmonies of #70563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70563C

Black with #70563C

Text Example


Text Example

White with #70563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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