#82845F

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

Shades of Bandicoot #82845F

Tints of Bandicoot #82845F

Color information

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

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

Color convert

RGB13013295-
CMYK0.0200.280.48
HSL63.24º16.3%44.51%-
HSV(B)63.24º28.03%51.76%-
XYZ19.5222.0714.06-
YUV127.18109.84130.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132950.0200.280.4863.2416.344.51
Hex82845F201C303f102d
Octal202204137203460772055
Binary100000101000010010111111001110011000011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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