Html Css Color HEX #858465 Bandicoot

📋 copy color: '#858465'

red 133 ◦ green 132 ◦ blue 101

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

Shades of Bandicoot #858465

Tints of Bandicoot #858465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 36.34%
G = 36.07%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#858465 (or 0x858465) is known color: Bandicoot. HEX triplet: 85, 84 and 65. RGB value is (133,132,101). Sum of RGB (Red+Green+Blue) = 133+132+101=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #858465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858465 is #7A7B9A. Grayscale: #808080. Windows color (decimal): -8027035 or 6653061. OLE color: 6653061.

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

Color convert

RGB 133 132 101 -
CMYK 0 0.01 0.24 0.48
HSL 58.13º 0.14% 0.46% -
HSV(B) 58.13º 0.24% 0.52% -
XYZ 20.27 22.43 15.57 -
YUV 128.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 133 132 101 0 0.01 0.24 0.48 58.13 0.14 0.46
Hex 85 84 65 0 1 18 30 3A E 2E
Octal 205 204 145 0 1 30 60 72 16 56
Binary 10000101 10000100 1100101 0 1 11000 110000 111010 1110 101110

Color Harmonies of #858465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858465

Black with #858465

Text Example


Text Example

White with #858465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858465; }

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

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

background-color css

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

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

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

border-color css

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

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

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