#858369

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

Shades of Bandicoot #858369

Tints of Bandicoot #858369

Color information

#858369 (or 0x858369) is unknown color: approx Bandicoot. HEX triplet: 85, 83 and 69. RGB value is (133,131,105). Sum of RGB (Red+Green+Blue) = 133+131+105=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #858369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858369 is #7A7C96. Grayscale: #808080. Windows color (decimal): -8027287 or 6914949. OLE color: 6914949.

HSL color Cylindrical-coordinate representation of color #858369: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858369 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB133131105-
CMYK00.020.210.48
HSL55.71º11.76%46.67%-
HSV(B)55.71º21.05%52.16%-
XYZ20.3422.2416.59-
YUV128.63114.66131.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=36.04%
G=35.50%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313110500.020.210.4855.7111.7646.67
Hex85836902153038c2f
Octal205203151022560701457
Binary10000101100000111101001010101011100001110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858369; }

 p { color: rgb(133,131,105); }

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

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

 a { background-color: rgb(133,131,105); }

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

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

 span { border-color: rgb(133,131,105); }

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