#838167

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

Shades of Bandicoot #838167

Tints of Bandicoot #838167

Color information

#838167 (or 0x838167) is unknown color: approx Bandicoot. HEX triplet: 83, 81 and 67. RGB value is (131,129,103). Sum of RGB (Red+Green+Blue) = 131+129+103=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #838167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838167 is #7C7E98. Grayscale: #7E7E7E. Windows color (decimal): -8158873 or 6783363. OLE color: 6783363.

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

Color convert

RGB131129103-
CMYK00.020.210.49
HSL55.71º11.97%45.88%-
HSV(B)55.71º21.37%51.37%-
XYZ19.6621.5115.95-
YUV126.63114.66131.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=36.09%
G=35.54%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112910300.020.210.4955.7111.9745.88
Hex83816702153138c2e
Octal203201147022561701456
Binary10000011100000011100111010101011100011110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838167; }

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

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

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

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

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

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

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

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