Html Css Color HEX #858363 Bandicoot

📋 copy color: '#858363'

red 133 ◦ green 131 ◦ blue 99

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

Shades of Bandicoot #858363

Tints of Bandicoot #858363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 36.64%
G = 36.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#858363 (or 0x858363) is known color: Bandicoot. HEX triplet: 85, 83 and 63. RGB value is (133,131,99). Sum of RGB (Red+Green+Blue) = 133+131+99=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #858363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858363 is #7A7C9C. Grayscale: #808080. Windows color (decimal): -8027293 or 6521733. OLE color: 6521733.

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

Color convert

RGB 133 131 99 -
CMYK 0 0.02 0.26 0.48
HSL 56.47º 0.15% 0.45% -
HSV(B) 56.47º 0.26% 0.52% -
XYZ 20.04 22.12 15.02 -
YUV 127.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 133 131 99 0 0.02 0.26 0.48 56.47 0.15 0.45
Hex 85 83 63 0 2 1A 30 38 F 2D
Octal 205 203 143 0 2 32 60 70 17 55
Binary 10000101 10000011 1100011 0 10 11010 110000 111000 1111 101101

Color Harmonies of #858363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858363

Black with #858363

Text Example


Text Example

White with #858363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858363; }

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

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

background-color css

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

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

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

border-color css

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

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

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