#84826C

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

Shades of Bandicoot #84826C

Tints of Bandicoot #84826C

Color information

#84826C (or 0x84826C) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 6C. RGB value is (132,130,108). Sum of RGB (Red+Green+Blue) = 132+130+108=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84826C is #7B7D93. Grayscale: #808080. Windows color (decimal): -8093076 or 7111300. OLE color: 7111300.

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

Color convert

RGB132130108-
CMYK00.020.180.48
HSL55º10%47.06%-
HSV(B)55º18.18%51.76%-
XYZ20.2121.9517.36-
YUV128.09116.66130.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=35.68%
G=35.14%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213010800.020.180.48551047.06
Hex84826C02123037a2f
Octal204202154022260671257
Binary10000100100000101101100010100101100001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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