#838268

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

Shades of Bandicoot #838268

Tints of Bandicoot #838268

Color information

#838268 (or 0x838268) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 68. RGB value is (131,130,104). Sum of RGB (Red+Green+Blue) = 131+130+104=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #838268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838268 is #7C7D97. Grayscale: #7F7F7F. Windows color (decimal): -8158616 or 6849155. OLE color: 6849155.

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

Color convert

RGB131130104-
CMYK00.010.210.49
HSL57.78º11.49%46.08%-
HSV(B)57.78º20.61%51.37%-
XYZ19.8421.7916.26-
YUV127.34114.83130.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=35.89%
G=35.62%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113010400.010.210.4957.7811.4946.08
Hex8382680115313ab2e
Octal203202150012561721356
Binary1000001110000010110100001101011100011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838268; }

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

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

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

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

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

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

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

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