#71563A

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

Shades of Shingle Fawn #71563A

Tints of Shingle Fawn #71563A

Color information

#71563A (or 0x71563A) is unknown color: approx Shingle Fawn. HEX triplet: 71, 56 and 3A. RGB value is (113,86,58). Sum of RGB (Red+Green+Blue) = 113+86+58=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71563A is #8EA9C5. Grayscale: #5B5B5B. Windows color (decimal): -9349574 or 3823217. OLE color: 3823217.

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

Color convert

RGB1138658-
CMYK00.240.490.56
HSL30.55º32.16%33.53%-
HSV(B)30.55º48.67%44.31%-
XYZ10.910.475.45-
YUV90.88109.45143.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=43.97%
G=33.46%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113865800.240.490.5630.5532.1633.53
Hex71563A01831381f2022
Octal161126720306170374042
Binary1110001101011011101001100011000111100011111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71563A; }

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

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

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

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

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

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

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

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