#858161

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

Shades of Bandicoot #858161

Tints of Bandicoot #858161

Color information

#858161 (or 0x858161) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 61. RGB value is (133,129,97). Sum of RGB (Red+Green+Blue) = 133+129+97=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #858161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858161 is #7A7E9E. Grayscale: #7E7E7E. Windows color (decimal): -8027807 or 6390149. OLE color: 6390149.

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

Color convert

RGB13312997-
CMYK00.030.270.48
HSL53.33º15.65%45.1%-
HSV(B)53.33º27.07%52.16%-
XYZ19.6821.5514.43-
YUV126.55111.33132.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=37.05%
G=35.93%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331299700.030.270.4853.3315.6545.1
Hex858161031B3035102d
Octal205201141033360652055
Binary100001011000000111000010111101111000011010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858161; }

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

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

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

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

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

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

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

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