#827F65

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

Shades of Bandicoot #827F65

Tints of Bandicoot #827F65

Color information

#827F65 (or 0x827F65) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 65. RGB value is (130,127,101). Sum of RGB (Red+Green+Blue) = 130+127+101=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F65 is #7D809A. Grayscale: #7D7D7D. Windows color (decimal): -8224923 or 6651778. OLE color: 6651778.

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

Color convert

RGB130127101-
CMYK00.020.220.49
HSL53.79º12.55%45.29%-
HSV(B)53.79º22.31%50.98%-
XYZ19.1420.8615.33-
YUV124.93114.49131.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=36.31%
G=35.47%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012710100.020.220.4953.7912.5545.29
Hex827F6502163136d2d
Octal202177145022661661555
Binary1000001011111111100101010101101100011101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F65; }

 p { color: rgb(130,127,101); }

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

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

 a { background-color: rgb(130,127,101); }

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

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

 span { border-color: rgb(130,127,101); }

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