Html Css Color HEX #705742 Tobacco Brown

📋 copy color: '#705742'

red 112 ◦ green 87 ◦ blue 66

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

Shades of Tobacco Brown #705742

Tints of Tobacco Brown #705742

RGB

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

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

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

R = 42.26%
G = 32.83%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705742 (or 0x705742) is known color: Tobacco Brown. HEX triplet: 70, 57 and 42. RGB value is (112,87,66). Sum of RGB (Red+Green+Blue) = 112+87+66=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705742 is #8FA8BD. Grayscale: #5C5C5C. Windows color (decimal): -9414846 or 4347760. OLE color: 4347760.

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

Color convert

RGB 112 87 66 -
CMYK 0 0.22 0.41 0.56
HSL 27.39º 0.26% 0.35% -
HSV(B) 27.39º 0.41% 0.44% -
XYZ 11.07 10.65 6.63 -
YUV 92.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 112 87 66 0 0.22 0.41 0.56 27.39 0.26 0.35
Hex 70 57 42 0 16 29 38 1B 1A 23
Octal 160 127 102 0 26 51 70 33 32 43
Binary 1110000 1010111 1000010 0 10110 101001 111000 11011 11010 100011

Color Harmonies of #705742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705742

Black with #705742

Text Example


Text Example

White with #705742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705742; }

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

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

background-color css

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

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

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

border-color css

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

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

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