Html Css Color HEX #705740 Tobacco Brown

📋 copy color: '#705740'

red 112 ◦ green 87 ◦ blue 64

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

Shades of Tobacco Brown #705740

Tints of Tobacco Brown #705740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 42.59%
G = 33.08%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705740 (or 0x705740) is known color: Tobacco Brown. HEX triplet: 70, 57 and 40. RGB value is (112,87,64). Sum of RGB (Red+Green+Blue) = 112+87+64=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705740 is #8FA8BF. Grayscale: #5B5B5B. Windows color (decimal): -9414848 or 4216688. OLE color: 4216688.

HSL color Cylindrical-coordinate representation of color #705740: hue angle of 28.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705740 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 64 -
CMYK 0 0.22 0.43 0.56
HSL 28.75º 0.27% 0.35% -
HSV(B) 28.75º 0.43% 0.44% -
XYZ 11.02 10.63 6.32 -
YUV 91.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 112 87 64 0 0.22 0.43 0.56 28.75 0.27 0.35
Hex 70 57 40 0 16 2B 38 1D 1B 23
Octal 160 127 100 0 26 53 70 35 33 43
Binary 1110000 1010111 1000000 0 10110 101011 111000 11101 11011 100011

Color Harmonies of #705740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705740

Black with #705740

Text Example


Text Example

White with #705740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705740; }

 p { color: rgb(112,87,64); }

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

background-color css

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

 a { background-color: rgb(112,87,64); }

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

border-color css

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

 span { border-color: rgb(112,87,64); }

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