#827F61

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

Shades of Bandicoot #827F61

Tints of Bandicoot #827F61

Color information

#827F61 (or 0x827F61) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 61. RGB value is (130,127,97). Sum of RGB (Red+Green+Blue) = 130+127+97=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #827F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F61 is #7D809E. Grayscale: #7C7C7C. Windows color (decimal): -8224927 or 6389634. OLE color: 6389634.

HSL color Cylindrical-coordinate representation of color #827F61: hue angle of 54.55º degrees, saturation: 0.15, 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 #827F61 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13012797-
CMYK00.020.250.49
HSL54.55º14.54%44.51%-
HSV(B)54.55º25.38%50.98%-
XYZ18.9520.7914.32-
YUV124.48112.49131.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=36.72%
G=35.88%
B=27.40%

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
Decimal1301279700.020.250.4954.5514.5444.51
Hex827F6102193137f2d
Octal202177141023161671755
Binary1000001011111111100001010110011100011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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