#85836B

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

Shades of Bandicoot #85836B

Tints of Bandicoot #85836B

Color information

#85836B (or 0x85836B) is unknown color: approx Bandicoot. HEX triplet: 85, 83 and 6B. RGB value is (133,131,107). Sum of RGB (Red+Green+Blue) = 133+131+107=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85836B is #7A7C94. Grayscale: #808080. Windows color (decimal): -8027285 or 7046021. OLE color: 7046021.

HSL color Cylindrical-coordinate representation of color #85836B: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85836B is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133131107-
CMYK00.020.200.48
HSL55.38º10.83%47.06%-
HSV(B)55.38º19.55%52.16%-
XYZ20.4422.2817.13-
YUV128.86115.66130.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=35.85%
G=35.31%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313110700.020.200.4855.3810.8347.06
Hex85836B02143037b2f
Octal205203153022460671357
Binary10000101100000111101011010101001100001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,131,107); }

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

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

 a { background-color: rgb(133,131,107); }

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

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

 span { border-color: rgb(133,131,107); }

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