#715C38

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

Shades of Shingle Fawn #715C38

Tints of Shingle Fawn #715C38

Color information

#715C38 (or 0x715C38) is unknown color: approx Shingle Fawn. HEX triplet: 71, 5C and 38. RGB value is (113,92,56). Sum of RGB (Red+Green+Blue) = 113+92+56=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C38 is #8EA3C7. Grayscale: #5E5E5E. Windows color (decimal): -9348040 or 3693681. OLE color: 3693681.

HSL color Cylindrical-coordinate representation of color #715C38: hue angle of 37.89º 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 #715C38 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1139256-
CMYK00.190.500.56
HSL37.89º33.73%33.14%-
HSV(B)37.89º50.44%44.31%-
XYZ11.3511.455.35-
YUV94.18106.46141.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=43.30%
G=35.25%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113925600.190.500.5637.8933.7333.14
Hex715C380133238262221
Octal161134700236270464241
Binary11100011011100111000010011110010111000100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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