#84816E

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

Shades of Bandicoot #84816E

Tints of Bandicoot #84816E

Color information

#84816E (or 0x84816E) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 6E. RGB value is (132,129,110). Sum of RGB (Red+Green+Blue) = 132+129+110=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84816E is #7B7E91. Grayscale: #7F7F7F. Windows color (decimal): -8093330 or 7242116. OLE color: 7242116.

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

Color convert

RGB132129110-
CMYK00.020.170.48
HSL51.82º9.09%47.45%-
HSV(B)51.82º16.67%51.76%-
XYZ20.1821.7317.88-
YUV127.73117.99131.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=35.58%
G=34.77%
B=29.65%

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
Decimal13212911000.020.170.4851.829.0947.45
Hex84816E0211303492f
Octal204201156022160641157
Binary10000100100000011101110010100011100001101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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