#84816C

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

Shades of Bandicoot #84816C

Tints of Bandicoot #84816C

Color information

#84816C (or 0x84816C) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 6C. RGB value is (132,129,108). Sum of RGB (Red+Green+Blue) = 132+129+108=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84816C is #7B7E93. Grayscale: #7F7F7F. Windows color (decimal): -8093332 or 7111044. OLE color: 7111044.

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

Color convert

RGB132129108-
CMYK00.020.180.48
HSL52.5º10%47.06%-
HSV(B)52.5º18.18%51.76%-
XYZ20.0721.6917.32-
YUV127.5116.99131.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=35.77%
G=34.96%
B=29.27%

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
Decimal13212910800.020.180.4852.51047.06
Hex84816C02123035a2f
Octal204201154022260651257
Binary10000100100000011101100010100101100001101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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