Html Css Color HEX #705D47 Tobacco Brown

📋 copy color: '#705D47'

red 112 ◦ green 93 ◦ blue 71

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

Shades of Tobacco Brown #705D47

Tints of Tobacco Brown #705D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 40.58%
G = 33.7%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#705D47 (or 0x705D47) is known color: Tobacco Brown. HEX triplet: 70, 5D and 47. RGB value is (112,93,71). Sum of RGB (Red+Green+Blue) = 112+93+71=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D47 is #8FA2B8. Grayscale: #606060. Windows color (decimal): -9413305 or 4676976. OLE color: 4676976.

HSL color Cylindrical-coordinate representation of color #705D47: hue angle of 32.2º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705D47 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 93 71 -
CMYK 0 0.17 0.37 0.56
HSL 32.2º 0.22% 0.36% -
HSV(B) 32.2º 0.37% 0.44% -
XYZ 11.73 11.73 7.61 -
YUV 96.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 112 93 71 0 0.17 0.37 0.56 32.2 0.22 0.36
Hex 70 5D 47 0 11 25 38 20 16 24
Octal 160 135 107 0 21 45 70 40 26 44
Binary 1110000 1011101 1000111 0 10001 100101 111000 100000 10110 100100

Color Harmonies of #705D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D47

Black with #705D47

Text Example


Text Example

White with #705D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D47; }

 p { color: rgb(112,93,71); }

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

background-color css

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

 a { background-color: rgb(112,93,71); }

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

border-color css

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

 span { border-color: rgb(112,93,71); }

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