#827E61

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

Shades of Bandicoot #827E61

Tints of Bandicoot #827E61

Color information

#827E61 (or 0x827E61) is unknown color: approx Bandicoot. HEX triplet: 82, 7E and 61. RGB value is (130,126,97). Sum of RGB (Red+Green+Blue) = 130+126+97=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E61 is #7D819E. Grayscale: #7C7C7C. Windows color (decimal): -8225183 or 6389378. OLE color: 6389378.

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

Color convert

RGB13012697-
CMYK00.030.250.49
HSL52.73º14.54%44.51%-
HSV(B)52.73º25.38%50.98%-
XYZ18.8220.5314.28-
YUV123.89112.83132.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=36.83%
G=35.69%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301269700.030.250.4952.7314.5444.51
Hex827E6103193135f2d
Octal202176141033161651755
Binary1000001011111101100001011110011100011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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