#705E44

Color #705E44 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #705E44

Tints of Tobacco Brown #705E44

Color information

#705E44 (or 0x705E44) is unknown color: approx Tobacco Brown. HEX triplet: 70, 5E and 44. RGB value is (112,94,68). Sum of RGB (Red+Green+Blue) = 112+94+68=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #705E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E44 is #8FA1BB. Grayscale: #606060. Windows color (decimal): -9413052 or 4480624. OLE color: 4480624.

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

Color convert

RGB1129468-
CMYK00.160.390.56
HSL35.45º24.44%35.29%-
HSV(B)35.45º39.29%43.92%-
XYZ11.7311.877.14-
YUV96.42111.96139.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=40.88%
G=34.31%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112946800.160.390.5635.4524.4435.29
Hex705E440102738231823
Octal1601361040204770433043
Binary11100001011110100010001000010011111100010001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E44; }

 p { color: rgb(112,94,68); }

 H1.HeaderClassName
 {
   color: #705E44;
 }
 .AnyTagClassName
 {
   color: #705E44;
 }
</style>
background-color css

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

 a { background-color: rgb(112,94,68); }

 div.DivClassName
 {
   background-color: #705E44;
 }
 .BgClassName
 {
   background-color: #705E44;
 }
</style>
border-color css

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

 span { border-color: rgb(112,94,68); }

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