Html Css Color HEX #858467 Bandicoot

📋 copy color: '#858467'

red 133 ◦ green 132 ◦ blue 103

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

Shades of Bandicoot #858467

Tints of Bandicoot #858467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 36.14%
G = 35.87%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#858467 (or 0x858467) is known color: Bandicoot. HEX triplet: 85, 84 and 67. RGB value is (133,132,103). Sum of RGB (Red+Green+Blue) = 133+132+103=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #858467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858467 is #7A7B98. Grayscale: #818181. Windows color (decimal): -8027033 or 6784133. OLE color: 6784133.

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

Color convert

RGB 133 132 103 -
CMYK 0 0.01 0.23 0.48
HSL 58º 0.13% 0.46% -
HSV(B) 58º 0.23% 0.52% -
XYZ 20.37 22.47 16.1 -
YUV 128.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 133 132 103 0 0.01 0.23 0.48 58 0.13 0.46
Hex 85 84 67 0 1 17 30 3A D 2E
Octal 205 204 147 0 1 27 60 72 15 56
Binary 10000101 10000100 1100111 0 1 10111 110000 111010 1101 101110

Color Harmonies of #858467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858467

Black with #858467

Text Example


Text Example

White with #858467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858467; }

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

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

background-color css

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

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

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

border-color css

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

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

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