Html Css Color HEX #705E48 Tobacco Brown

📋 copy color: '#705E48'

red 112 ◦ green 94 ◦ blue 72

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

Shades of Tobacco Brown #705E48

Tints of Tobacco Brown #705E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 40.29%
G = 33.81%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705E48 (or 0x705E48) is known color: Tobacco Brown. HEX triplet: 70, 5E and 48. RGB value is (112,94,72). Sum of RGB (Red+Green+Blue) = 112+94+72=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E48 is #8FA1B7. Grayscale: #606060. Windows color (decimal): -9413048 or 4742768. OLE color: 4742768.

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

Color convert

RGB 112 94 72 -
CMYK 0 0.16 0.36 0.56
HSL 33º 0.22% 0.36% -
HSV(B) 33º 0.36% 0.44% -
XYZ 11.85 11.92 7.81 -
YUV 96.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 112 94 72 0 0.16 0.36 0.56 33 0.22 0.36
Hex 70 5E 48 0 10 24 38 21 16 24
Octal 160 136 110 0 20 44 70 41 26 44
Binary 1110000 1011110 1001000 0 10000 100100 111000 100001 10110 100100

Color Harmonies of #705E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E48

Black with #705E48

Text Example


Text Example

White with #705E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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