Html Css Color HEX #858265 Bandicoot

📋 copy color: '#858265'

red 133 ◦ green 130 ◦ blue 101

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

Shades of Bandicoot #858265

Tints of Bandicoot #858265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 36.54%
G = 35.71%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#858265 (or 0x858265) is known color: Bandicoot. HEX triplet: 85, 82 and 65. RGB value is (133,130,101). Sum of RGB (Red+Green+Blue) = 133+130+101=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #858265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858265 is #7A7D9A. Grayscale: #7F7F7F. Windows color (decimal): -8027547 or 6652549. OLE color: 6652549.

HSL color Cylindrical-coordinate representation of color #858265: hue angle of 54.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858265 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 101 -
CMYK 0 0.02 0.24 0.48
HSL 54.38º 0.14% 0.46% -
HSV(B) 54.38º 0.24% 0.52% -
XYZ 20 21.89 15.48 -
YUV 127.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 133 130 101 0 0.02 0.24 0.48 54.38 0.14 0.46
Hex 85 82 65 0 2 18 30 36 E 2E
Octal 205 202 145 0 2 30 60 66 16 56
Binary 10000101 10000010 1100101 0 10 11000 110000 110110 1110 101110

Color Harmonies of #858265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858265

Black with #858265

Text Example


Text Example

White with #858265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858265; }

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

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

background-color css

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

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

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

border-color css

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

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

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