Html Css Color HEX #70583D Tobacco Brown

📋 copy color: '#70583D'

red 112 ◦ green 88 ◦ blue 61

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

Shades of Tobacco Brown #70583D

Tints of Tobacco Brown #70583D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 42.91%
G = 33.72%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70583D (or 0x70583D) is known color: Tobacco Brown. HEX triplet: 70, 58 and 3D. RGB value is (112,88,61). Sum of RGB (Red+Green+Blue) = 112+88+61=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70583D is #8FA7C2. Grayscale: #5C5C5C. Windows color (decimal): -9414595 or 4020336. OLE color: 4020336.

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

Color convert

RGB 112 88 61 -
CMYK 0 0.21 0.46 0.56
HSL 31.76º 0.29% 0.34% -
HSV(B) 31.76º 0.46% 0.44% -
XYZ 11.01 10.76 5.91 -
YUV 92.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 112 88 61 0 0.21 0.46 0.56 31.76 0.29 0.34
Hex 70 58 3D 0 15 2E 38 20 1D 22
Octal 160 130 75 0 25 56 70 40 35 42
Binary 1110000 1011000 111101 0 10101 101110 111000 100000 11101 100010

Color Harmonies of #70583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70583D

Black with #70583D

Text Example


Text Example

White with #70583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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