#71553B

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

Shades of Shingle Fawn #71553B

Tints of Shingle Fawn #71553B

Color information

#71553B (or 0x71553B) is unknown color: approx Shingle Fawn. HEX triplet: 71, 55 and 3B. RGB value is (113,85,59). Sum of RGB (Red+Green+Blue) = 113+85+59=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71553B is #8EAAC4. Grayscale: #5A5A5A. Windows color (decimal): -9349829 or 3888497. OLE color: 3888497.

HSL color Cylindrical-coordinate representation of color #71553B: hue angle of 28.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71553B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1138559-
CMYK00.250.480.56
HSL28.89º31.4%33.73%-
HSV(B)28.89º47.79%44.31%-
XYZ10.8510.325.56-
YUV90.41110.28144.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=43.97%
G=33.07%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113855900.250.480.5628.8931.433.73
Hex71553B01930381d1f22
Octal161125730316070353742
Binary111000110101011110110110011100001110001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71553B; }

 p { color: rgb(113,85,59); }

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

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

 a { background-color: rgb(113,85,59); }

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

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

 span { border-color: rgb(113,85,59); }

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