Html Css Color HEX #858461 Bandicoot

📋 copy color: '#858461'

red 133 ◦ green 132 ◦ blue 97

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

Shades of Bandicoot #858461

Tints of Bandicoot #858461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 36.74%
G = 36.46%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#858461 (or 0x858461) is known color: Bandicoot. HEX triplet: 85, 84 and 61. RGB value is (133,132,97). Sum of RGB (Red+Green+Blue) = 133+132+97=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #858461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858461 is #7A7B9E. Grayscale: #808080. Windows color (decimal): -8027039 or 6390917. OLE color: 6390917.

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

Color convert

RGB 133 132 97 -
CMYK 0 0.01 0.27 0.48
HSL 58.33º 0.16% 0.45% -
HSV(B) 58.33º 0.27% 0.52% -
XYZ 20.08 22.35 14.57 -
YUV 128.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 133 132 97 0 0.01 0.27 0.48 58.33 0.16 0.45
Hex 85 84 61 0 1 1B 30 3A 10 2D
Octal 205 204 141 0 1 33 60 72 20 55
Binary 10000101 10000100 1100001 0 1 11011 110000 111010 10000 101101

Color Harmonies of #858461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858461

Black with #858461

Text Example


Text Example

White with #858461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858461; }

 p { color: rgb(133,132,97); }

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

background-color css

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

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

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

border-color css

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

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

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