Html Css Color HEX #85855E Bandicoot

📋 copy color: '#85855E'

red 133 ◦ green 133 ◦ blue 94

#85855E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #85855E

Tints of Bandicoot #85855E

RGB

 RED value IS 133 (52.34% from 255) = 36.94%

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 36.94%
G = 36.94%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85855E (or 0x85855E) is known color: Bandicoot. HEX triplet: 85, 85 and 5E. RGB value is (133,133,94). Sum of RGB (Red+Green+Blue) = 133+133+94=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85855E is #7A7AA1. Grayscale: #808080. Windows color (decimal): -8026786 or 6194565. OLE color: 6194565.

HSL color Cylindrical-coordinate representation of color #85855E: hue angle of 60º 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 #85855E is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 94 -
CMYK 0 0 0.29 0.48
HSL 60º 0.17% 0.45% -
HSV(B) 60º 0.29% 0.52% -
XYZ 20.08 22.57 13.89 -
YUV 128.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 133 133 94 0 0 0.29 0.48 60 0.17 0.45
Hex 85 85 5E 0 0 1D 30 3C 11 2D
Octal 205 205 136 0 0 35 60 74 21 55
Binary 10000101 10000101 1011110 0 0 11101 110000 111100 10001 101101

Color Harmonies of #85855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85855E

Black with #85855E

Text Example


Text Example

White with #85855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85855E;
 }
 .AnyTagClassName
 {
   color: #85855E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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