Html Css Color HEX #858360 Bandicoot

📋 copy color: '#858360'

red 133 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #858360

Tints of Bandicoot #858360

RGB

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

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

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

R = 36.94%
G = 36.39%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#858360 (or 0x858360) is known color: Bandicoot. HEX triplet: 85, 83 and 60. RGB value is (133,131,96). Sum of RGB (Red+Green+Blue) = 133+131+96=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #858360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858360 is #7A7C9F. Grayscale: #7F7F7F. Windows color (decimal): -8027296 or 6325125. OLE color: 6325125.

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

Color convert

RGB 133 131 96 -
CMYK 0 0.02 0.28 0.48
HSL 56.76º 0.16% 0.45% -
HSV(B) 56.76º 0.28% 0.52% -
XYZ 19.9 22.06 14.28 -
YUV 127.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 133 131 96 0 0.02 0.28 0.48 56.76 0.16 0.45
Hex 85 83 60 0 2 1C 30 39 10 2D
Octal 205 203 140 0 2 34 60 71 20 55
Binary 10000101 10000011 1100000 0 10 11100 110000 111001 10000 101101

Color Harmonies of #858360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858360

Black with #858360

Text Example


Text Example

White with #858360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858360; }

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

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

background-color css

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

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

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

border-color css

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

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

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