#82736F

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

Shades of Ferra #82736F

Tints of Ferra #82736F

Color information

#82736F (or 0x82736F) is unknown color: approx Ferra. HEX triplet: 82, 73 and 6F. RGB value is (130,115,111). Sum of RGB (Red+Green+Blue) = 130+115+111=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82736F is #7D8C90. Grayscale: #777777. Windows color (decimal): -8227985 or 7304066. OLE color: 7304066.

HSL color Cylindrical-coordinate representation of color #82736F: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82736F is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130115111-
CMYK00.120.150.49
HSL12.63º7.88%47.25%-
HSV(B)12.63º14.62%50.98%-
XYZ18.2118.1517.58-
YUV119.03123.47135.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=36.52%
G=32.30%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011511100.120.150.4912.637.8847.25
Hex82736F0CF31d82f
Octal2021631570141761151057
Binary100000101110011110111101100111111000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82736F; }

 p { color: rgb(130,115,111); }

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

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

 a { background-color: rgb(130,115,111); }

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

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

 span { border-color: rgb(130,115,111); }

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