Html Css Color HEX #705540 Tobacco Brown

📋 copy color: '#705540'

red 112 ◦ green 85 ◦ blue 64

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

Shades of Tobacco Brown #705540

Tints of Tobacco Brown #705540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 42.91%
G = 32.57%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705540 (or 0x705540) is known color: Tobacco Brown. HEX triplet: 70, 55 and 40. RGB value is (112,85,64). Sum of RGB (Red+Green+Blue) = 112+85+64=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705540 is #8FAABF. Grayscale: #5A5A5A. Windows color (decimal): -9415360 or 4216176. OLE color: 4216176.

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

Color convert

RGB 112 85 64 -
CMYK 0 0.24 0.43 0.56
HSL 26.25º 0.27% 0.35% -
HSV(B) 26.25º 0.43% 0.44% -
XYZ 10.86 10.31 6.27 -
YUV 90.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 112 85 64 0 0.24 0.43 0.56 26.25 0.27 0.35
Hex 70 55 40 0 18 2B 38 1A 1B 23
Octal 160 125 100 0 30 53 70 32 33 43
Binary 1110000 1010101 1000000 0 11000 101011 111000 11010 11011 100011

Color Harmonies of #705540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705540

Black with #705540

Text Example


Text Example

White with #705540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705540; }

 p { color: rgb(112,85,64); }

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

background-color css

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

 a { background-color: rgb(112,85,64); }

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

border-color css

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

 span { border-color: rgb(112,85,64); }

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