#84825A

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

Shades of Bandicoot #84825A

Tints of Bandicoot #84825A

Color information

#84825A (or 0x84825A) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 5A. RGB value is (132,130,90). Sum of RGB (Red+Green+Blue) = 132+130+90=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84825A is #7B7DA5. Grayscale: #7E7E7E. Windows color (decimal): -8093094 or 5931652. OLE color: 5931652.

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

Color convert

RGB13213090-
CMYK00.020.320.48
HSL57.14º18.92%43.53%-
HSV(B)57.14º31.82%51.76%-
XYZ19.3421.6112.82-
YUV126.04107.66132.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=37.5%
G=36.93%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321309000.020.320.4857.1418.9243.53
Hex84825A02203039132c
Octal204202132024060712354
Binary1000010010000010101101001010000011000011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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