Html Css Color HEX #705942 Tobacco Brown

📋 copy color: '#705942'

red 112 ◦ green 89 ◦ blue 66

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

Shades of Tobacco Brown #705942

Tints of Tobacco Brown #705942

RGB

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

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

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

R = 41.95%
G = 33.33%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705942 (or 0x705942) is known color: Tobacco Brown. HEX triplet: 70, 59 and 42. RGB value is (112,89,66). Sum of RGB (Red+Green+Blue) = 112+89+66=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705942 is #8FA6BD. Grayscale: #5D5D5D. Windows color (decimal): -9414334 or 4348272. OLE color: 4348272.

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

Color convert

RGB 112 89 66 -
CMYK 0 0.21 0.41 0.56
HSL 30º 0.26% 0.35% -
HSV(B) 30º 0.41% 0.44% -
XYZ 11.24 10.98 6.68 -
YUV 93.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 112 89 66 0 0.21 0.41 0.56 30 0.26 0.35
Hex 70 59 42 0 15 29 38 1E 1A 23
Octal 160 131 102 0 25 51 70 36 32 43
Binary 1110000 1011001 1000010 0 10101 101001 111000 11110 11010 100011

Color Harmonies of #705942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705942

Black with #705942

Text Example


Text Example

White with #705942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705942; }

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

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

background-color css

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

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

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

border-color css

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

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

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