#827F62

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

Shades of Bandicoot #827F62

Tints of Bandicoot #827F62

Color information

#827F62 (or 0x827F62) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 62. RGB value is (130,127,98). Sum of RGB (Red+Green+Blue) = 130+127+98=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F62 is #7D809D. Grayscale: #7C7C7C. Windows color (decimal): -8224926 or 6455170. OLE color: 6455170.

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

Color convert

RGB13012798-
CMYK00.020.250.49
HSL54.37º14.04%44.71%-
HSV(B)54.37º24.62%50.98%-
XYZ1920.8114.57-
YUV124.59112.99131.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=36.62%
G=35.77%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301279800.020.250.4954.3714.0444.71
Hex827F6202193136e2d
Octal202177142023161661655
Binary1000001011111111100010010110011100011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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