#828164

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

Shades of Bandicoot #828164

Tints of Bandicoot #828164

Color information

#828164 (or 0x828164) is unknown color: approx Bandicoot. HEX triplet: 82, 81 and 64. RGB value is (130,129,100). Sum of RGB (Red+Green+Blue) = 130+129+100=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #828164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828164 is #7D7E9B. Grayscale: #7E7E7E. Windows color (decimal): -8224412 or 6586754. OLE color: 6586754.

HSL color Cylindrical-coordinate representation of color #828164: hue angle of 58º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #828164 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB130129100-
CMYK00.010.230.49
HSL58º13.04%45.1%-
HSV(B)58º23.08%50.98%-
XYZ19.3621.3715.16-
YUV125.99113.33130.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=36.21%
G=35.93%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012910000.010.230.495813.0445.1
Hex8281640117313ad2d
Octal202201144012761721555
Binary1000001010000001110010001101111100011110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828164; }

 p { color: rgb(130,129,100); }

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

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

 a { background-color: rgb(130,129,100); }

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

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

 span { border-color: rgb(130,129,100); }

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