Html Css Color HEX #858160 Bandicoot

📋 copy color: '#858160'

red 133 ◦ green 129 ◦ blue 96

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

Shades of Bandicoot #858160

Tints of Bandicoot #858160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 37.15%
G = 36.03%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#858160 (or 0x858160) is known color: Bandicoot. HEX triplet: 85, 81 and 60. RGB value is (133,129,96). Sum of RGB (Red+Green+Blue) = 133+129+96=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #858160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858160 is #7A7E9F. Grayscale: #7E7E7E. Windows color (decimal): -8027808 or 6324613. OLE color: 6324613.

HSL color Cylindrical-coordinate representation of color #858160: hue angle of 53.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #858160 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 96 -
CMYK 0 0.03 0.28 0.48
HSL 53.51º 0.16% 0.45% -
HSV(B) 53.51º 0.28% 0.52% -
XYZ 19.63 21.53 14.19 -
YUV 126.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 133 129 96 0 0.03 0.28 0.48 53.51 0.16 0.45
Hex 85 81 60 0 3 1C 30 36 10 2D
Octal 205 201 140 0 3 34 60 66 20 55
Binary 10000101 10000001 1100000 0 11 11100 110000 110110 10000 101101

Color Harmonies of #858160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858160

Black with #858160

Text Example


Text Example

White with #858160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858160; }

 p { color: rgb(133,129,96); }

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

background-color css

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

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

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

border-color css

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

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

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