Html Css Color HEX #705846 Tobacco Brown

📋 copy color: '#705846'

red 112 ◦ green 88 ◦ blue 70

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

Shades of Tobacco Brown #705846

Tints of Tobacco Brown #705846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 41.48%
G = 32.59%
B = 25.93%

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

#705846 (or 0x705846) is known color: Tobacco Brown. HEX triplet: 70, 58 and 46. RGB value is (112,88,70). Sum of RGB (Red+Green+Blue) = 112+88+70=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705846 is #8FA7B9. Grayscale: #5D5D5D. Windows color (decimal): -9414586 or 4610160. OLE color: 4610160.

HSL color Cylindrical-coordinate representation of color #705846: hue angle of 25.71º 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 #705846 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 70 -
CMYK 0 0.21 0.38 0.56
HSL 25.71º 0.23% 0.36% -
HSV(B) 25.71º 0.38% 0.44% -
XYZ 11.28 10.87 7.3 -
YUV 93.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 112 88 70 0 0.21 0.38 0.56 25.71 0.23 0.36
Hex 70 58 46 0 15 26 38 1A 17 24
Octal 160 130 106 0 25 46 70 32 27 44
Binary 1110000 1011000 1000110 0 10101 100110 111000 11010 10111 100100

Color Harmonies of #705846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705846

Black with #705846

Text Example


Text Example

White with #705846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705846; }

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

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

background-color css

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

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

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

border-color css

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

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

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