Html Css Color HEX #858361 Bandicoot

📋 copy color: '#858361'

red 133 ◦ green 131 ◦ blue 97

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

Shades of Bandicoot #858361

Tints of Bandicoot #858361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 36.84%
G = 36.29%
B = 26.87%

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

#858361 (or 0x858361) is known color: Bandicoot. HEX triplet: 85, 83 and 61. RGB value is (133,131,97). Sum of RGB (Red+Green+Blue) = 133+131+97=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #858361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858361 is #7A7C9E. Grayscale: #7F7F7F. Windows color (decimal): -8027295 or 6390661. OLE color: 6390661.

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

Color convert

RGB 133 131 97 -
CMYK 0 0.02 0.27 0.48
HSL 56.67º 0.16% 0.45% -
HSV(B) 56.67º 0.27% 0.52% -
XYZ 19.95 22.08 14.52 -
YUV 127.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 133 131 97 0 0.02 0.27 0.48 56.67 0.16 0.45
Hex 85 83 61 0 2 1B 30 39 10 2D
Octal 205 203 141 0 2 33 60 71 20 55
Binary 10000101 10000011 1100001 0 10 11011 110000 111001 10000 101101

Color Harmonies of #858361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858361

Black with #858361

Text Example


Text Example

White with #858361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858361; }

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

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

background-color css

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

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

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

border-color css

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

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

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