Html Css Color HEX #858261 Bandicoot

📋 copy color: '#858261'

red 133 ◦ green 130 ◦ blue 97

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

Shades of Bandicoot #858261

Tints of Bandicoot #858261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 36.94%
G = 36.11%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#858261 (or 0x858261) is known color: Bandicoot. HEX triplet: 85, 82 and 61. RGB value is (133,130,97). Sum of RGB (Red+Green+Blue) = 133+130+97=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #858261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858261 is #7A7D9E. Grayscale: #7F7F7F. Windows color (decimal): -8027551 or 6390405. OLE color: 6390405.

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

Color convert

RGB 133 130 97 -
CMYK 0 0.02 0.27 0.48
HSL 55º 0.16% 0.45% -
HSV(B) 55º 0.27% 0.52% -
XYZ 19.81 21.81 14.48 -
YUV 127.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 133 130 97 0 0.02 0.27 0.48 55 0.16 0.45
Hex 85 82 61 0 2 1B 30 37 10 2D
Octal 205 202 141 0 2 33 60 67 20 55
Binary 10000101 10000010 1100001 0 10 11011 110000 110111 10000 101101

Color Harmonies of #858261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858261

Black with #858261

Text Example


Text Example

White with #858261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858261; }

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

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

background-color css

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

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

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

border-color css

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

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

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