#858165

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

Shades of Bandicoot #858165

Tints of Bandicoot #858165

Color information

#858165 (or 0x858165) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 65. RGB value is (133,129,101). Sum of RGB (Red+Green+Blue) = 133+129+101=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858165 is #7A7E9A. Grayscale: #7F7F7F. Windows color (decimal): -8027803 or 6652293. OLE color: 6652293.

HSL color Cylindrical-coordinate representation of color #858165: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858165 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB133129101-
CMYK00.030.240.48
HSL52.5º13.68%45.88%-
HSV(B)52.5º24.06%52.16%-
XYZ19.8721.6315.44-
YUV127113.33132.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=36.64%
G=35.54%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312910100.030.240.4852.513.6845.88
Hex85816503183035e2e
Octal205201145033060651656
Binary10000101100000011100101011110001100001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858165; }

 p { color: rgb(133,129,101); }

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

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

 a { background-color: rgb(133,129,101); }

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

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

 span { border-color: rgb(133,129,101); }

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