#715432

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

Shades of Shingle Fawn #715432

Tints of Shingle Fawn #715432

Color information

#715432 (or 0x715432) is unknown color: approx Shingle Fawn. HEX triplet: 71, 54 and 32. RGB value is (113,84,50). Sum of RGB (Red+Green+Blue) = 113+84+50=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #715432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715432 is #8EABCD. Grayscale: #585858. Windows color (decimal): -9350094 or 3298417. OLE color: 3298417.

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

Color convert

RGB1138450-
CMYK00.260.560.56
HSL32.38º38.65%31.96%-
HSV(B)32.38º55.75%44.31%-
XYZ10.5610.084.41-
YUV88.8106.11145.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=45.75%
G=34.01%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113845000.260.560.5632.3838.6531.96
Hex71543201A3838202720
Octal161124620327070404740
Binary11100011010100110010011010111000111000100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715432; }

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

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

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

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

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

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

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

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