#715B34

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

Shades of Shingle Fawn #715B34

Tints of Shingle Fawn #715B34

Color information

#715B34 (or 0x715B34) is unknown color: approx Shingle Fawn. HEX triplet: 71, 5B and 34. RGB value is (113,91,52). Sum of RGB (Red+Green+Blue) = 113+91+52=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #715B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B34 is #8EA4CB. Grayscale: #5D5D5D. Windows color (decimal): -9348300 or 3431281. OLE color: 3431281.

HSL color Cylindrical-coordinate representation of color #715B34: hue angle of 38.36º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #715B34 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1139152-
CMYK00.190.540.56
HSL38.36º36.97%32.35%-
HSV(B)38.36º53.98%44.31%-
XYZ11.1711.244.83-
YUV93.13104.79142.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=44.14%
G=35.55%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113915200.190.540.5638.3636.9732.35
Hex715B340133638262520
Octal161133640236670464540
Binary11100011011011110100010011110110111000100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,91,52); }

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

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

 a { background-color: rgb(113,91,52); }

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

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

 span { border-color: rgb(113,91,52); }

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