#838170

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

Shades of Bandicoot #838170

Tints of Bandicoot #838170

Color information

#838170 (or 0x838170) is unknown color: approx Bandicoot. HEX triplet: 83, 81 and 70. RGB value is (131,129,112). Sum of RGB (Red+Green+Blue) = 131+129+112=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #838170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838170 is #7C7E8F. Grayscale: #7F7F7F. Windows color (decimal): -8158864 or 7373187. OLE color: 7373187.

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

Color convert

RGB131129112-
CMYK00.020.150.49
HSL53.68º7.82%47.65%-
HSV(B)53.68º14.5%51.37%-
XYZ20.1321.718.46-
YUV127.66119.16130.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=35.22%
G=34.68%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112911200.020.150.4953.687.8247.65
Hex83817002F3136830
Octal203201160021761661060
Binary1000001110000001111000001011111100011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838170; }

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

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

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

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

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

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

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

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