#85875B

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

Shades of Bandicoot #85875B

Tints of Bandicoot #85875B

Color information

#85875B (or 0x85875B) is unknown color: approx Bandicoot. HEX triplet: 85, 87 and 5B. RGB value is (133,135,91). Sum of RGB (Red+Green+Blue) = 133+135+91=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #85875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85875B is #7A78A4. Grayscale: #818181. Windows color (decimal): -8026277 or 5998469. OLE color: 5998469.

HSL color Cylindrical-coordinate representation of color #85875B: hue angle of 62.73º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85875B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13313591-
CMYK0.0100.330.47
HSL62.73º19.47%44.31%-
HSV(B)62.73º32.59%52.94%-
XYZ20.2323.0713.28-
YUV129.39106.34130.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=37.05%
G=37.60%
B=25.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135910.0100.330.4762.7319.4744.31
Hex85875B10212F3f132c
Octal205207133104157772354
Binary100001011000011110110111010000110111111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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