Html Css Color HEX #70583E Tobacco Brown

📋 copy color: '#70583E'

red 112 ◦ green 88 ◦ blue 62

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

Shades of Tobacco Brown #70583E

Tints of Tobacco Brown #70583E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

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

R = 42.75%
G = 33.59%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70583E (or 0x70583E) is known color: Tobacco Brown. HEX triplet: 70, 58 and 3E. RGB value is (112,88,62). Sum of RGB (Red+Green+Blue) = 112+88+62=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583E is #8FA7C1. Grayscale: #5C5C5C. Windows color (decimal): -9414594 or 4085872. OLE color: 4085872.

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

Color convert

RGB 112 88 62 -
CMYK 0 0.21 0.45 0.56
HSL 31.2º 0.29% 0.34% -
HSV(B) 31.2º 0.45% 0.44% -
XYZ 11.04 10.77 6.05 -
YUV 92.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 112 88 62 0 0.21 0.45 0.56 31.2 0.29 0.34
Hex 70 58 3E 0 15 2D 38 1F 1D 22
Octal 160 130 76 0 25 55 70 37 35 42
Binary 1110000 1011000 111110 0 10101 101101 111000 11111 11101 100010

Color Harmonies of #70583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70583E

Black with #70583E

Text Example


Text Example

White with #70583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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