#85816D

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

Shades of Bandicoot #85816D

Tints of Bandicoot #85816D

Color information

#85816D (or 0x85816D) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 6D. RGB value is (133,129,109). Sum of RGB (Red+Green+Blue) = 133+129+109=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85816D is #7A7E92. Grayscale: #7F7F7F. Windows color (decimal): -8027795 or 7176581. OLE color: 7176581.

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

Color convert

RGB133129109-
CMYK00.030.180.48
HSL50º9.92%47.45%-
HSV(B)50º18.05%52.16%-
XYZ20.2821.7917.61-
YUV127.92117.33131.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=35.85%
G=34.77%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312910900.030.180.48509.9247.45
Hex85816D03123032a2f
Octal205201155032260621257
Binary10000101100000011101101011100101100001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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