#715A40

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

Shades of Tobacco Brown #715A40

Tints of Tobacco Brown #715A40

Color information

#715A40 (or 0x715A40) is unknown color: approx Tobacco Brown. HEX triplet: 71, 5A and 40. RGB value is (113,90,64). Sum of RGB (Red+Green+Blue) = 113+90+64=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #715A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A40 is #8EA5BF. Grayscale: #5E5E5E. Windows color (decimal): -9348544 or 4217457. OLE color: 4217457.

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

Color convert

RGB1139064-
CMYK00.200.430.56
HSL31.84º27.68%34.71%-
HSV(B)31.84º43.36%44.31%-
XYZ11.3911.196.41-
YUV93.91111.12141.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=42.32%
G=33.71%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113906400.200.430.5631.8427.6834.71
Hex715A400142B38201c23
Octal1611321000245370403443
Binary11100011011010100000001010010101111100010000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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