#858269

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

Shades of Bandicoot #858269

Tints of Bandicoot #858269

Color information

#858269 (or 0x858269) is unknown color: approx Bandicoot. HEX triplet: 85, 82 and 69. RGB value is (133,130,105). Sum of RGB (Red+Green+Blue) = 133+130+105=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #858269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858269 is #7A7D96. Grayscale: #808080. Windows color (decimal): -8027543 or 6914693. OLE color: 6914693.

HSL color Cylindrical-coordinate representation of color #858269: hue angle of 53.57º 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 #858269 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB133130105-
CMYK00.020.210.48
HSL53.57º11.76%46.67%-
HSV(B)53.57º21.05%52.16%-
XYZ20.2121.9716.54-
YUV128.05114.99131.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=36.14%
G=35.33%
B=28.53%

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
Decimal13313010500.020.210.4853.5711.7646.67
Hex85826902153036c2f
Octal205202151022560661457
Binary10000101100000101101001010101011100001101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858269; }

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

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

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

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

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

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

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

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