#715A38

Color #715A38 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #715A38

Tints of Shingle Fawn #715A38

Color information

#715A38 (or 0x715A38) is unknown color: approx Shingle Fawn. HEX triplet: 71, 5A and 38. RGB value is (113,90,56). Sum of RGB (Red+Green+Blue) = 113+90+56=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #715A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A38 is #8EA5C7. Grayscale: #5D5D5D. Windows color (decimal): -9348552 or 3693169. OLE color: 3693169.

HSL color Cylindrical-coordinate representation of color #715A38: hue angle of 35.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #715A38 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1139056-
CMYK00.200.500.56
HSL35.79º33.73%33.14%-
HSV(B)35.79º50.44%44.31%-
XYZ11.1811.115.3-
YUV93107.12142.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=43.63%
G=34.75%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113905600.200.500.5635.7933.7333.14
Hex715A380143238242221
Octal161132700246270444241
Binary11100011011010111000010100110010111000100100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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