#715632

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

Shades of Shingle Fawn #715632

Tints of Shingle Fawn #715632

Color information

#715632 (or 0x715632) is unknown color: approx Shingle Fawn. HEX triplet: 71, 56 and 32. RGB value is (113,86,50). Sum of RGB (Red+Green+Blue) = 113+86+50=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715632 is #8EA9CD. Grayscale: #5A5A5A. Windows color (decimal): -9349582 or 3298929. OLE color: 3298929.

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

Color convert

RGB1138650-
CMYK00.240.560.56
HSL34.29º38.65%31.96%-
HSV(B)34.29º55.75%44.31%-
XYZ10.7110.44.46-
YUV89.97105.45144.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=45.38%
G=34.54%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113865000.240.560.5634.2938.6531.96
Hex7156320183838222720
Octal161126620307070424740
Binary11100011010110110010011000111000111000100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715632; }

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

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

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

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

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

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

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

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