#82716C

Color #82716C Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #82716C

Tints of Ferra #82716C

Color information

#82716C (or 0x82716C) is unknown color: approx Ferra. HEX triplet: 82, 71 and 6C. RGB value is (130,113,108). Sum of RGB (Red+Green+Blue) = 130+113+108=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82716C is #7D8E93. Grayscale: #757575. Windows color (decimal): -8228500 or 7106946. OLE color: 7106946.

HSL color Cylindrical-coordinate representation of color #82716C: hue angle of 13.64º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82716C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB130113108-
CMYK00.130.170.49
HSL13.64º9.24%46.67%-
HSV(B)13.64º16.92%50.98%-
XYZ17.8217.6416.65-
YUV117.51122.63136.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=37.04%
G=32.19%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011310800.130.170.4913.649.2446.67
Hex82716C0D1131e92f
Octal2021611540152161161157
Binary1000001011100011101100011011000111000111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82716C; }

 p { color: rgb(130,113,108); }

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

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

 a { background-color: rgb(130,113,108); }

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

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

 span { border-color: rgb(130,113,108); }

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