#858462

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

Shades of Bandicoot #858462

Tints of Bandicoot #858462

Color information

#858462 (or 0x858462) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 62. RGB value is (133,132,98). Sum of RGB (Red+Green+Blue) = 133+132+98=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858462 is #7A7B9D. Grayscale: #808080. Windows color (decimal): -8027038 or 6456453. OLE color: 6456453.

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

Color convert

RGB13313298-
CMYK00.010.260.48
HSL58.29º15.15%45.29%-
HSV(B)58.29º26.32%52.16%-
XYZ20.1322.3714.81-
YUV128.42110.83131.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=36.64%
G=36.36%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331329800.010.260.4858.2915.1545.29
Hex858462011A303af2d
Octal205204142013260721755
Binary1000010110000100110001001110101100001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858462; }

 p { color: rgb(133,132,98); }

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

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

 a { background-color: rgb(133,132,98); }

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

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

 span { border-color: rgb(133,132,98); }

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