Html Css Color HEX #705A3E Tobacco Brown

📋 copy color: '#705A3E'

red 112 ◦ green 90 ◦ blue 62

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

Shades of Tobacco Brown #705A3E

Tints of Tobacco Brown #705A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 42.42%
G = 34.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#705A3E (or 0x705A3E) is known color: Tobacco Brown. HEX triplet: 70, 5A and 3E. RGB value is (112,90,62). Sum of RGB (Red+Green+Blue) = 112+90+62=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A3E is #8FA5C1. Grayscale: #5D5D5D. Windows color (decimal): -9414082 or 4086384. OLE color: 4086384.

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

Color convert

RGB 112 90 62 -
CMYK 0 0.20 0.45 0.56
HSL 33.6º 0.29% 0.34% -
HSV(B) 33.6º 0.45% 0.44% -
XYZ 11.21 11.1 6.11 -
YUV 93.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 112 90 62 0 0.20 0.45 0.56 33.6 0.29 0.34
Hex 70 5A 3E 0 14 2D 38 22 1D 22
Octal 160 132 76 0 24 55 70 42 35 42
Binary 1110000 1011010 111110 0 10100 101101 111000 100010 11101 100010

Color Harmonies of #705A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A3E

Black with #705A3E

Text Example


Text Example

White with #705A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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