#84836D

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

Shades of Schist #84836D

Tints of Schist #84836D

Color information

#84836D (or 0x84836D) is unknown color: approx Schist. HEX triplet: 84, 83 and 6D. RGB value is (132,131,109). Sum of RGB (Red+Green+Blue) = 132+131+109=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84836D is #7B7C92. Grayscale: #808080. Windows color (decimal): -8092819 or 7177092. OLE color: 7177092.

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

Color convert

RGB132131109-
CMYK00.010.170.48
HSL57.39º9.54%47.25%-
HSV(B)57.39º17.42%51.76%-
XYZ20.3922.2417.69-
YUV128.79116.83130.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=35.48%
G=35.22%
B=29.30%

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
Decimal13213110900.010.170.4857.399.5447.25
Hex84836D01113039a2f
Octal204203155012160711257
Binary1000010010000011110110101100011100001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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