#85816C

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

Shades of Bandicoot #85816C

Tints of Bandicoot #85816C

Color information

#85816C (or 0x85816C) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 6C. RGB value is (133,129,108). Sum of RGB (Red+Green+Blue) = 133+129+108=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85816C is #7A7E93. Grayscale: #7F7F7F. Windows color (decimal): -8027796 or 7111045. OLE color: 7111045.

HSL color Cylindrical-coordinate representation of color #85816C: hue angle of 50.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85816C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133129108-
CMYK00.030.190.48
HSL50.4º10.37%47.25%-
HSV(B)50.4º18.8%52.16%-
XYZ20.2321.7717.32-
YUV127.8116.83131.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=35.95%
G=34.86%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312910800.030.190.4850.410.3747.25
Hex85816C03133032a2f
Octal205201154032360621257
Binary10000101100000011101100011100111100001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85816C; }

 p { color: rgb(133,129,108); }

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

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

 a { background-color: rgb(133,129,108); }

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

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

 span { border-color: rgb(133,129,108); }

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