#715536

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

Shades of Shingle Fawn #715536

Tints of Shingle Fawn #715536

Color information

#715536 (or 0x715536) is unknown color: approx Shingle Fawn. HEX triplet: 71, 55 and 36. RGB value is (113,85,54). Sum of RGB (Red+Green+Blue) = 113+85+54=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #715536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715536 is #8EAAC9. Grayscale: #595959. Windows color (decimal): -9349834 or 3560817. OLE color: 3560817.

HSL color Cylindrical-coordinate representation of color #715536: hue angle of 31.53º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #715536 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1138554-
CMYK00.250.520.56
HSL31.53º35.33%32.75%-
HSV(B)31.53º52.21%44.31%-
XYZ10.7210.274.91-
YUV89.84107.78144.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=44.84%
G=33.73%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113855400.250.520.5631.5335.3332.75
Hex7155360193438202321
Octal161125660316470404341
Binary11100011010101110110011001110100111000100000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715536; }

 p { color: rgb(113,85,54); }

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

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

 a { background-color: rgb(113,85,54); }

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

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

 span { border-color: rgb(113,85,54); }

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