#84825F

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

Shades of Bandicoot #84825F

Tints of Bandicoot #84825F

Color information

#84825F (or 0x84825F) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 5F. RGB value is (132,130,95). Sum of RGB (Red+Green+Blue) = 132+130+95=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84825F is #7B7DA0. Grayscale: #7E7E7E. Windows color (decimal): -8093089 or 6259332. OLE color: 6259332.

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

Color convert

RGB13213095-
CMYK00.020.280.48
HSL56.76º16.3%44.51%-
HSV(B)56.76º28.03%51.76%-
XYZ19.5621.713.98-
YUV126.61110.16131.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=36.97%
G=36.41%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321309500.020.280.4856.7616.344.51
Hex84825F021C3039102d
Octal204202137023460712055
Binary100001001000001010111110101110011000011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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