#85815E

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

Shades of Bandicoot #85815E

Tints of Bandicoot #85815E

Color information

#85815E (or 0x85815E) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 5E. RGB value is (133,129,94). Sum of RGB (Red+Green+Blue) = 133+129+94=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85815E is #7A7EA1. Grayscale: #7E7E7E. Windows color (decimal): -8027810 or 6193541. OLE color: 6193541.

HSL color Cylindrical-coordinate representation of color #85815E: hue angle of 53.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85815E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13312994-
CMYK00.030.290.48
HSL53.85º17.18%44.51%-
HSV(B)53.85º29.32%52.16%-
XYZ19.5421.513.71-
YUV126.21109.83132.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=37.36%
G=36.24%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331299400.030.290.4853.8517.1844.51
Hex85815E031D3036112d
Octal205201136033560662155
Binary100001011000000110111100111110111000011011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85815E; }

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

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

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

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

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

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

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

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