#715731

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

Shades of Shingle Fawn #715731

Tints of Shingle Fawn #715731

Color information

#715731 (or 0x715731) is unknown color: approx Shingle Fawn. HEX triplet: 71, 57 and 31. RGB value is (113,87,49). Sum of RGB (Red+Green+Blue) = 113+87+49=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715731 is #8EA8CE. Grayscale: #5A5A5A. Windows color (decimal): -9349327 or 3233649. OLE color: 3233649.

HSL color Cylindrical-coordinate representation of color #715731: hue angle of 35.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715731 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1138749-
CMYK00.230.570.56
HSL35.62º39.51%31.76%-
HSV(B)35.62º56.64%44.31%-
XYZ10.7710.554.37-
YUV90.44104.61144.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=45.38%
G=34.94%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113874900.230.570.5635.6239.5131.76
Hex7157310173938242820
Octal161127610277170445040
Binary11100011010111110001010111111001111000100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715731; }

 p { color: rgb(113,87,49); }

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

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

 a { background-color: rgb(113,87,49); }

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

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

 span { border-color: rgb(113,87,49); }

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