#84836E

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

Shades of Schist #84836E

Tints of Schist #84836E

Color information

#84836E (or 0x84836E) is unknown color: approx Schist. HEX triplet: 84, 83 and 6E. RGB value is (132,131,110). Sum of RGB (Red+Green+Blue) = 132+131+110=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84836E is #7B7C91. Grayscale: #808080. Windows color (decimal): -8092818 or 7242628. OLE color: 7242628.

HSL color Cylindrical-coordinate representation of color #84836E: hue angle of 57.27º 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 #84836E is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132131110-
CMYK00.010.170.48
HSL57.27º9.09%47.45%-
HSV(B)57.27º16.67%51.76%-
XYZ20.4522.2617.97-
YUV128.9117.33130.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=35.39%
G=35.12%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213111000.010.170.4857.279.0947.45
Hex84836E0111303992f
Octal204203156012160711157
Binary1000010010000011110111001100011100001110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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