Html Css Color HEX #705642 Tobacco Brown

📋 copy color: '#705642'

red 112 ◦ green 86 ◦ blue 66

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

Shades of Tobacco Brown #705642

Tints of Tobacco Brown #705642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25%

R = 42.42%
G = 32.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705642 (or 0x705642) is known color: Tobacco Brown. HEX triplet: 70, 56 and 42. RGB value is (112,86,66). Sum of RGB (Red+Green+Blue) = 112+86+66=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705642 is #8FA9BD. Grayscale: #5B5B5B. Windows color (decimal): -9415102 or 4347504. OLE color: 4347504.

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

Color convert

RGB 112 86 66 -
CMYK 0 0.23 0.41 0.56
HSL 26.09º 0.26% 0.35% -
HSV(B) 26.09º 0.41% 0.44% -
XYZ 10.99 10.49 6.6 -
YUV 91.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 112 86 66 0 0.23 0.41 0.56 26.09 0.26 0.35
Hex 70 56 42 0 17 29 38 1A 1A 23
Octal 160 126 102 0 27 51 70 32 32 43
Binary 1110000 1010110 1000010 0 10111 101001 111000 11010 11010 100011

Color Harmonies of #705642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705642

Black with #705642

Text Example


Text Example

White with #705642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705642; }

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

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

background-color css

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

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

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

border-color css

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

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

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