Html Css Color HEX #858260 Bandicoot

📋 copy color: '#858260'

red 133 ◦ green 130 ◦ blue 96

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

Shades of Bandicoot #858260

Tints of Bandicoot #858260

RGB

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

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

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

R = 37.05%
G = 36.21%
B = 26.74%

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

#858260 (or 0x858260) is known color: Bandicoot. HEX triplet: 85, 82 and 60. RGB value is (133,130,96). Sum of RGB (Red+Green+Blue) = 133+130+96=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #858260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858260 is #7A7D9F. Grayscale: #7F7F7F. Windows color (decimal): -8027552 or 6324869. OLE color: 6324869.

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

Color convert

RGB 133 130 96 -
CMYK 0 0.02 0.28 0.48
HSL 55.14º 0.16% 0.45% -
HSV(B) 55.14º 0.28% 0.52% -
XYZ 19.77 21.8 14.23 -
YUV 127.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 133 130 96 0 0.02 0.28 0.48 55.14 0.16 0.45
Hex 85 82 60 0 2 1C 30 37 10 2D
Octal 205 202 140 0 2 34 60 67 20 55
Binary 10000101 10000010 1100000 0 10 11100 110000 110111 10000 101101

Color Harmonies of #858260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858260

Black with #858260

Text Example


Text Example

White with #858260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858260; }

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

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

background-color css

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

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

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

border-color css

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

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

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