Html Css Color HEX #858563 Bandicoot

📋 copy color: '#858563'

red 133 ◦ green 133 ◦ blue 99

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

Shades of Bandicoot #858563

Tints of Bandicoot #858563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 36.44%
G = 36.44%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#858563 (or 0x858563) is known color: Bandicoot. HEX triplet: 85, 85 and 63. RGB value is (133,133,99). Sum of RGB (Red+Green+Blue) = 133+133+99=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858563 is #7A7A9C. Grayscale: #818181. Windows color (decimal): -8026781 or 6522245. OLE color: 6522245.

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

Color convert

RGB 133 133 99 -
CMYK 0 0 0.26 0.48
HSL 60º 0.15% 0.45% -
HSV(B) 60º 0.26% 0.52% -
XYZ 20.31 22.66 15.11 -
YUV 129.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 133 133 99 0 0 0.26 0.48 60 0.15 0.45
Hex 85 85 63 0 0 1A 30 3C F 2D
Octal 205 205 143 0 0 32 60 74 17 55
Binary 10000101 10000101 1100011 0 0 11010 110000 111100 1111 101101

Color Harmonies of #858563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858563

Black with #858563

Text Example


Text Example

White with #858563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858563; }

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

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

background-color css

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

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

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

border-color css

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

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

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