#838267

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

Shades of Bandicoot #838267

Tints of Bandicoot #838267

Color information

#838267 (or 0x838267) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 67. RGB value is (131,130,103). Sum of RGB (Red+Green+Blue) = 131+130+103=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #838267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838267 is #7C7D98. Grayscale: #7F7F7F. Windows color (decimal): -8158617 or 6783619. OLE color: 6783619.

HSL color Cylindrical-coordinate representation of color #838267: hue angle of 57.86º degrees, saturation: 0.12, 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 #838267 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB131130103-
CMYK00.010.210.49
HSL57.86º11.97%45.88%-
HSV(B)57.86º21.37%51.37%-
XYZ19.7921.7715.99-
YUV127.22114.33130.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=35.99%
G=35.71%
B=28.30%

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
Decimal13113010300.010.210.4957.8611.9745.88
Hex8382670115313ac2e
Octal203202147012561721456
Binary1000001110000010110011101101011100011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838267; }

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

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

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

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

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

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

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

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