Html Css Color HEX #705845 Tobacco Brown

📋 copy color: '#705845'

red 112 ◦ green 88 ◦ blue 69

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

Shades of Tobacco Brown #705845

Tints of Tobacco Brown #705845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 41.64%
G = 32.71%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705845 (or 0x705845) is known color: Tobacco Brown. HEX triplet: 70, 58 and 45. RGB value is (112,88,69). Sum of RGB (Red+Green+Blue) = 112+88+69=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705845 is #8FA7BA. Grayscale: #5D5D5D. Windows color (decimal): -9414587 or 4544624. OLE color: 4544624.

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

Color convert

RGB 112 88 69 -
CMYK 0 0.21 0.38 0.56
HSL 26.51º 0.24% 0.35% -
HSV(B) 26.51º 0.38% 0.44% -
XYZ 11.25 10.85 7.13 -
YUV 93.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 112 88 69 0 0.21 0.38 0.56 26.51 0.24 0.35
Hex 70 58 45 0 15 26 38 1B 18 23
Octal 160 130 105 0 25 46 70 33 30 43
Binary 1110000 1011000 1000101 0 10101 100110 111000 11011 11000 100011

Color Harmonies of #705845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705845

Black with #705845

Text Example


Text Example

White with #705845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705845; }

 p { color: rgb(112,88,69); }

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

background-color css

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

 a { background-color: rgb(112,88,69); }

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

border-color css

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

 span { border-color: rgb(112,88,69); }

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