Html Css Color HEX #705946 Tobacco Brown

📋 copy color: '#705946'

red 112 ◦ green 89 ◦ blue 70

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

Shades of Tobacco Brown #705946

Tints of Tobacco Brown #705946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 41.33%
G = 32.84%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705946 (or 0x705946) is known color: Tobacco Brown. HEX triplet: 70, 59 and 46. RGB value is (112,89,70). Sum of RGB (Red+Green+Blue) = 112+89+70=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705946 is #8FA6B9. Grayscale: #5D5D5D. Windows color (decimal): -9414330 or 4610416. OLE color: 4610416.

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

Color convert

RGB 112 89 70 -
CMYK 0 0.21 0.38 0.56
HSL 27.14º 0.23% 0.36% -
HSV(B) 27.14º 0.38% 0.44% -
XYZ 11.36 11.03 7.32 -
YUV 93.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 112 89 70 0 0.21 0.38 0.56 27.14 0.23 0.36
Hex 70 59 46 0 15 26 38 1B 17 24
Octal 160 131 106 0 25 46 70 33 27 44
Binary 1110000 1011001 1000110 0 10101 100110 111000 11011 10111 100100

Color Harmonies of #705946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705946

Black with #705946

Text Example


Text Example

White with #705946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705946; }

 p { color: rgb(112,89,70); }

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

background-color css

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

 a { background-color: rgb(112,89,70); }

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

border-color css

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

 span { border-color: rgb(112,89,70); }

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