#715538

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

Shades of Shingle Fawn #715538

Tints of Shingle Fawn #715538

Color information

#715538 (or 0x715538) is unknown color: approx Shingle Fawn. HEX triplet: 71, 55 and 38. RGB value is (113,85,56). Sum of RGB (Red+Green+Blue) = 113+85+56=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #715538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715538 is #8EAAC7. Grayscale: #5A5A5A. Windows color (decimal): -9349832 or 3691889. OLE color: 3691889.

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

Color convert

RGB1138556-
CMYK00.250.500.56
HSL30.53º33.73%33.14%-
HSV(B)30.53º50.44%44.31%-
XYZ10.7710.295.16-
YUV90.07108.78144.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=44.49%
G=33.46%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113855600.250.500.5630.5333.7333.14
Hex71553801932381f2221
Octal161125700316270374241
Binary1110001101010111100001100111001011100011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715538; }

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

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

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

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

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

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

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

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