Html Css Color HEX #705A41 Tobacco Brown

📋 copy color: '#705A41'

red 112 ◦ green 90 ◦ blue 65

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

Shades of Tobacco Brown #705A41

Tints of Tobacco Brown #705A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 41.95%
G = 33.71%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#705A41 (or 0x705A41) is known color: Tobacco Brown. HEX triplet: 70, 5A and 41. RGB value is (112,90,65). Sum of RGB (Red+Green+Blue) = 112+90+65=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A41 is #8FA5BE. Grayscale: #5D5D5D. Windows color (decimal): -9414079 or 4282992. OLE color: 4282992.

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

Color convert

RGB 112 90 65 -
CMYK 0 0.20 0.42 0.56
HSL 31.91º 0.27% 0.35% -
HSV(B) 31.91º 0.42% 0.44% -
XYZ 11.29 11.14 6.56 -
YUV 93.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 112 90 65 0 0.20 0.42 0.56 31.91 0.27 0.35
Hex 70 5A 41 0 14 2A 38 20 1B 23
Octal 160 132 101 0 24 52 70 40 33 43
Binary 1110000 1011010 1000001 0 10100 101010 111000 100000 11011 100011

Color Harmonies of #705A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A41

Black with #705A41

Text Example


Text Example

White with #705A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,90,65); }

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

background-color css

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

 a { background-color: rgb(112,90,65); }

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

border-color css

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

 span { border-color: rgb(112,90,65); }

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