#858467

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

Shades of Bandicoot #858467

Tints of Bandicoot #858467

Color information

#858467 (or 0x858467) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 67. RGB value is (133,132,103). Sum of RGB (Red+Green+Blue) = 133+132+103=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #858467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858467 is #7A7B98. Grayscale: #818181. Windows color (decimal): -8027033 or 6784133. OLE color: 6784133.

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

Color convert

RGB133132103-
CMYK00.010.230.48
HSL58º12.71%46.27%-
HSV(B)58º22.56%52.16%-
XYZ20.3722.4716.1-
YUV128.99113.33130.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=36.14%
G=35.87%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313210300.010.230.485812.7146.27
Hex8584670117303ad2e
Octal205204147012760721556
Binary1000010110000100110011101101111100001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858467; }

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

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

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

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

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

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

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

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