#71522F

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

Shades of Shingle Fawn #71522F

Tints of Shingle Fawn #71522F

Color information

#71522F (or 0x71522F) is unknown color: approx Shingle Fawn. HEX triplet: 71, 52 and 2F. RGB value is (113,82,47). Sum of RGB (Red+Green+Blue) = 113+82+47=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71522F is #8EADD0. Grayscale: #575757. Windows color (decimal): -9350609 or 3101297. OLE color: 3101297.

HSL color Cylindrical-coordinate representation of color #71522F: hue angle of 31.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71522F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1138247-
CMYK00.270.580.56
HSL31.82º41.25%31.37%-
HSV(B)31.82º58.41%44.31%-
XYZ10.349.754.03-
YUV87.28105.27146.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=46.69%
G=33.88%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113824700.270.580.5631.8241.2531.37
Hex71522F01B3A3820291f
Octal161122570337270405137
Binary1110001101001010111101101111101011100010000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71522F; }

 p { color: rgb(113,82,47); }

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

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

 a { background-color: rgb(113,82,47); }

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

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

 span { border-color: rgb(113,82,47); }

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