#827E62

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

Shades of Bandicoot #827E62

Tints of Bandicoot #827E62

Color information

#827E62 (or 0x827E62) is unknown color: approx Bandicoot. HEX triplet: 82, 7E and 62. RGB value is (130,126,98). Sum of RGB (Red+Green+Blue) = 130+126+98=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #827E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E62 is #7D819D. Grayscale: #7C7C7C. Windows color (decimal): -8225182 or 6454914. OLE color: 6454914.

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

Color convert

RGB13012698-
CMYK00.030.250.49
HSL52.5º14.04%44.71%-
HSV(B)52.5º24.62%50.98%-
XYZ18.8720.5514.53-
YUV124113.33132.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=36.72%
G=35.59%
B=27.68%

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
Decimal1301269800.030.250.4952.514.0444.71
Hex827E6203193134e2d
Octal202176142033161641655
Binary1000001011111101100010011110011100011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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