#84826F

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

Shades of Bandicoot #84826F

Tints of Bandicoot #84826F

Color information

#84826F (or 0x84826F) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 6F. RGB value is (132,130,111). Sum of RGB (Red+Green+Blue) = 132+130+111=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826F is #7B7D90. Grayscale: #808080. Windows color (decimal): -8093073 or 7307908. OLE color: 7307908.

HSL color Cylindrical-coordinate representation of color #84826F: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84826F is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132130111-
CMYK00.020.160.48
HSL54.29º8.64%47.65%-
HSV(B)54.29º15.91%51.76%-
XYZ20.3722.0218.22-
YUV128.43118.16130.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=35.39%
G=34.85%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213011100.020.160.4854.298.6447.65
Hex84826F02103036930
Octal204202157022060661160
Binary10000100100000101101111010100001100001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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