#705C45

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

Shades of Tobacco Brown #705C45

Tints of Tobacco Brown #705C45

Color information

#705C45 (or 0x705C45) is unknown color: approx Tobacco Brown. HEX triplet: 70, 5C and 45. RGB value is (112,92,69). Sum of RGB (Red+Green+Blue) = 112+92+69=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #705C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C45 is #8FA3BA. Grayscale: #5F5F5F. Windows color (decimal): -9413563 or 4545648. OLE color: 4545648.

HSL color Cylindrical-coordinate representation of color #705C45: hue angle of 32.09º 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 #705C45 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1129269-
CMYK00.180.380.56
HSL32.09º23.76%35.49%-
HSV(B)32.09º38.39%43.92%-
XYZ11.5811.537.24-
YUV95.36113.13139.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=41.03%
G=33.70%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112926900.180.380.5632.0923.7635.49
Hex705C450122638201823
Octal1601341050224670403043
Binary11100001011100100010101001010011011100010000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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