#838264

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

Shades of Bandicoot #838264

Tints of Bandicoot #838264

Color information

#838264 (or 0x838264) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 64. RGB value is (131,130,100). Sum of RGB (Red+Green+Blue) = 131+130+100=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #838264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838264 is #7C7D9B. Grayscale: #7F7F7F. Windows color (decimal): -8158620 or 6587011. OLE color: 6587011.

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

Color convert

RGB131130100-
CMYK00.010.240.49
HSL58.06º13.42%45.29%-
HSV(B)58.06º23.66%51.37%-
XYZ19.6421.7115.21-
YUV126.88112.83130.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=36.29%
G=36.01%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113010000.010.240.4958.0613.4245.29
Hex8382640118313ad2d
Octal203202144013061721555
Binary1000001110000010110010001110001100011110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838264; }

 p { color: rgb(131,130,100); }

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

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

 a { background-color: rgb(131,130,100); }

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

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

 span { border-color: rgb(131,130,100); }

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