#858459

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

Shades of Bandicoot #858459

Tints of Bandicoot #858459

Color information

#858459 (or 0x858459) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 59. RGB value is (133,132,89). Sum of RGB (Red+Green+Blue) = 133+132+89=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #858459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858459 is #7A7BA6. Grayscale: #7F7F7F. Windows color (decimal): -8027047 or 5866629. OLE color: 5866629.

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

Color convert

RGB13313289-
CMYK00.010.330.48
HSL58.64º19.82%43.53%-
HSV(B)58.64º33.08%52.16%-
XYZ19.7322.2112.7-
YUV127.4106.33132-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=37.57%
G=37.29%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331328900.010.330.4858.6419.8243.53
Hex8584590121303b142c
Octal205204131014160732454
Binary100001011000010010110010110000111000011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858459; }

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

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

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

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

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

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

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

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