#84826D

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

Shades of Bandicoot #84826D

Tints of Bandicoot #84826D

Color information

#84826D (or 0x84826D) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 6D. RGB value is (132,130,109). Sum of RGB (Red+Green+Blue) = 132+130+109=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826D is #7B7D92. Grayscale: #808080. Windows color (decimal): -8093075 or 7176836. OLE color: 7176836.

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

Color convert

RGB132130109-
CMYK00.020.170.48
HSL54.78º9.54%47.25%-
HSV(B)54.78º17.42%51.76%-
XYZ20.2621.9717.64-
YUV128.2117.16130.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=35.58%
G=35.04%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213010900.020.170.4854.789.5447.25
Hex84826D02113037a2f
Octal204202155022160671257
Binary10000100100000101101101010100011100001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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