#84736E

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

Shades of Ferra #84736E

Tints of Ferra #84736E

Color information

#84736E (or 0x84736E) is unknown color: approx Ferra. HEX triplet: 84, 73 and 6E. RGB value is (132,115,110). Sum of RGB (Red+Green+Blue) = 132+115+110=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84736E is #7B8C91. Grayscale: #777777. Windows color (decimal): -8096914 or 7238532. OLE color: 7238532.

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

Color convert

RGB132115110-
CMYK00.130.170.48
HSL13.64º9.09%47.45%-
HSV(B)13.64º16.67%51.76%-
XYZ18.4618.2917.31-
YUV119.51122.63136.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=36.97%
G=32.21%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211511000.130.170.4813.649.0947.45
Hex84736E0D1130e92f
Octal2041631560152160161157
Binary1000010011100111101110011011000111000011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84736E; }

 p { color: rgb(132,115,110); }

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

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

 a { background-color: rgb(132,115,110); }

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

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

 span { border-color: rgb(132,115,110); }

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