#838266

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

Shades of Bandicoot #838266

Tints of Bandicoot #838266

Color information

#838266 (or 0x838266) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 66. RGB value is (131,130,102). Sum of RGB (Red+Green+Blue) = 131+130+102=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #838266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838266 is #7C7D99. Grayscale: #7F7F7F. Windows color (decimal): -8158618 or 6718083. OLE color: 6718083.

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

Color convert

RGB131130102-
CMYK00.010.220.49
HSL57.93º12.45%45.69%-
HSV(B)57.93º22.14%51.37%-
XYZ19.7421.7515.73-
YUV127.11113.83130.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=36.09%
G=35.81%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113010200.010.220.4957.9312.4545.69
Hex8382660116313ac2e
Octal203202146012661721456
Binary1000001110000010110011001101101100011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838266; }

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

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

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

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

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

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

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

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