#715232

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

Shades of Shingle Fawn #715232

Tints of Shingle Fawn #715232

Color information

#715232 (or 0x715232) is unknown color: approx Shingle Fawn. HEX triplet: 71, 52 and 32. RGB value is (113,82,50). Sum of RGB (Red+Green+Blue) = 113+82+50=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715232 is #8EADCD. Grayscale: #575757. Windows color (decimal): -9350606 or 3297905. OLE color: 3297905.

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

Color convert

RGB1138250-
CMYK00.270.560.56
HSL30.48º38.65%31.96%-
HSV(B)30.48º55.75%44.31%-
XYZ10.49.784.36-
YUV87.62106.77146.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=46.12%
G=33.47%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113825000.270.560.5630.4838.6531.96
Hex71523201B38381e2720
Octal161122620337070364740
Binary1110001101001011001001101111100011100011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715232; }

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

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

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

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

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

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

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

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