#85825B

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

Shades of Bandicoot #85825B

Tints of Bandicoot #85825B

Color information

#85825B (or 0x85825B) is unknown color: approx Bandicoot. HEX triplet: 85, 82 and 5B. RGB value is (133,130,91). Sum of RGB (Red+Green+Blue) = 133+130+91=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85825B is #7A7DA4. Grayscale: #7E7E7E. Windows color (decimal): -8027557 or 5997189. OLE color: 5997189.

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

Color convert

RGB13313091-
CMYK00.020.320.48
HSL55.71º18.75%43.92%-
HSV(B)55.71º31.58%52.16%-
XYZ19.5421.7113.06-
YUV126.45107.99132.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=37.57%
G=36.72%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331309100.020.320.4855.7118.7543.92
Hex85825B02203038132c
Octal205202133024060702354
Binary1000010110000010101101101010000011000011100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85825B; }

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

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

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

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

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

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

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

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