#84826E

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

Shades of Bandicoot #84826E

Tints of Bandicoot #84826E

Color information

#84826E (or 0x84826E) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 6E. RGB value is (132,130,110). Sum of RGB (Red+Green+Blue) = 132+130+110=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826E is #7B7D91. Grayscale: #808080. Windows color (decimal): -8093074 or 7242372. OLE color: 7242372.

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

Color convert

RGB132130110-
CMYK00.020.170.48
HSL54.55º9.09%47.45%-
HSV(B)54.55º16.67%51.76%-
XYZ20.312217.93-
YUV128.32117.66130.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=35.48%
G=34.95%
B=29.57%

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
Decimal13213011000.020.170.4854.559.0947.45
Hex84826E0211303792f
Octal204202156022160671157
Binary10000100100000101101110010100011100001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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