Html Css Color HEX #70553E Tobacco Brown

📋 copy color: '#70553E'

red 112 ◦ green 85 ◦ blue 62

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

Shades of Tobacco Brown #70553E

Tints of Tobacco Brown #70553E

RGB

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

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

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

R = 43.24%
G = 32.82%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70553E (or 0x70553E) is known color: Tobacco Brown. HEX triplet: 70, 55 and 3E. RGB value is (112,85,62). Sum of RGB (Red+Green+Blue) = 112+85+62=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70553E is #8FAAC1. Grayscale: #5A5A5A. Windows color (decimal): -9415362 or 4085104. OLE color: 4085104.

HSL color Cylindrical-coordinate representation of color #70553E: hue angle of 27.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 #70553E is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 62 -
CMYK 0 0.24 0.45 0.56
HSL 27.6º 0.29% 0.34% -
HSV(B) 27.6º 0.45% 0.44% -
XYZ 10.8 10.29 5.97 -
YUV 90.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 112 85 62 0 0.24 0.45 0.56 27.6 0.29 0.34
Hex 70 55 3E 0 18 2D 38 1C 1D 22
Octal 160 125 76 0 30 55 70 34 35 42
Binary 1110000 1010101 111110 0 11000 101101 111000 11100 11101 100010

Color Harmonies of #70553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70553E

Black with #70553E

Text Example


Text Example

White with #70553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70553E; }

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

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

background-color css

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

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

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

border-color css

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

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

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