#838261

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

Shades of Bandicoot #838261

Tints of Bandicoot #838261

Color information

#838261 (or 0x838261) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 61. RGB value is (131,130,97). Sum of RGB (Red+Green+Blue) = 131+130+97=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #838261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838261 is #7C7D9E. Grayscale: #7E7E7E. Windows color (decimal): -8158623 or 6390403. OLE color: 6390403.

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

Color convert

RGB13113097-
CMYK00.010.260.49
HSL58.24º14.91%44.71%-
HSV(B)58.24º25.95%51.37%-
XYZ19.521.6514.46-
YUV126.54111.33131.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=36.59%
G=36.31%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311309700.010.260.4958.2414.9144.71
Hex838261011A313af2d
Octal203202141013261721755
Binary1000001110000010110000101110101100011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838261; }

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

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

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

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

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

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

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

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