#85826F

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

Shades of Bandicoot #85826F

Tints of Bandicoot #85826F

Color information

#85826F (or 0x85826F) is unknown color: approx Bandicoot. HEX triplet: 85, 82 and 6F. RGB value is (133,130,111). Sum of RGB (Red+Green+Blue) = 133+130+111=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85826F is #7A7D90. Grayscale: #808080. Windows color (decimal): -8027537 or 7307909. OLE color: 7307909.

HSL color Cylindrical-coordinate representation of color #85826F: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85826F is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB133130111-
CMYK00.020.170.48
HSL51.82º9.02%47.84%-
HSV(B)51.82º16.54%52.16%-
XYZ20.5222.118.22-
YUV128.73117.99131.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=35.56%
G=34.76%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011100.020.170.4851.829.0247.84
Hex85826F02113034930
Octal205202157022160641160
Binary10000101100000101101111010100011100001101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85826F; }

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

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

<style>
 a { background-color: #85826F; }

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

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

<style>
 span { border-color: #85826F; }

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

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