#715A42

Color #715A42 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #715A42

Tints of Tobacco Brown #715A42

Color information

#715A42 (or 0x715A42) is unknown color: approx Tobacco Brown. HEX triplet: 71, 5A and 42. RGB value is (113,90,66). Sum of RGB (Red+Green+Blue) = 113+90+66=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A42 is #8EA5BD. Grayscale: #5E5E5E. Windows color (decimal): -9348542 or 4348529. OLE color: 4348529.

HSL color Cylindrical-coordinate representation of color #715A42: hue angle of 30.64º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715A42 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1139066-
CMYK00.200.420.56
HSL30.64º26.26%35.1%-
HSV(B)30.64º41.59%44.31%-
XYZ11.4511.226.72-
YUV94.14112.12141.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=42.01%
G=33.46%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113906600.200.420.5630.6426.2635.1
Hex715A420142A381f1a23
Octal1611321020245270373243
Binary1110001101101010000100101001010101110001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715A42; }

 p { color: rgb(113,90,66); }

 H1.HeaderClassName
 {
   color: #715A42;
 }
 .AnyTagClassName
 {
   color: #715A42;
 }
</style>
background-color css

<style>
 a { background-color: #715A42; }

 a { background-color: rgb(113,90,66); }

 div.DivClassName
 {
   background-color: #715A42;
 }
 .BgClassName
 {
   background-color: #715A42;
 }
</style>
border-color css

<style>
 span { border-color: #715A42; }

 span { border-color: rgb(113,90,66); }

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