#838162

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

Shades of Bandicoot #838162

Tints of Bandicoot #838162

Color information

#838162 (or 0x838162) is unknown color: approx Bandicoot. HEX triplet: 83, 81 and 62. RGB value is (131,129,98). Sum of RGB (Red+Green+Blue) = 131+129+98=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #838162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838162 is #7C7E9D. Grayscale: #7E7E7E. Windows color (decimal): -8158878 or 6455683. OLE color: 6455683.

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

Color convert

RGB13112998-
CMYK00.020.250.49
HSL56.36º14.41%44.9%-
HSV(B)56.36º25.19%51.37%-
XYZ19.4121.4114.66-
YUV126.06112.16131.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=36.59%
G=36.03%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311299800.020.250.4956.3614.4144.9
Hex83816202193138e2d
Octal203201142023161701655
Binary10000011100000011100010010110011100011110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838162; }

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

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

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

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

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

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

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

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