Html Css Color HEX #858559 Bandicoot

📋 copy color: '#858559'

red 133 ◦ green 133 ◦ blue 89

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

Shades of Bandicoot #858559

Tints of Bandicoot #858559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 37.46%
G = 37.46%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#858559 (or 0x858559) is known color: Bandicoot. HEX triplet: 85, 85 and 59. RGB value is (133,133,89). Sum of RGB (Red+Green+Blue) = 133+133+89=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858559 is #7A7AA6. Grayscale: #808080. Windows color (decimal): -8026791 or 5866885. OLE color: 5866885.

HSL color Cylindrical-coordinate representation of color #858559: hue angle of 60º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858559 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 89 -
CMYK 0 0 0.33 0.48
HSL 60º 0.2% 0.44% -
HSV(B) 60º 0.33% 0.52% -
XYZ 19.86 22.48 12.74 -
YUV 127.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 133 133 89 0 0 0.33 0.48 60 0.2 0.44
Hex 85 85 59 0 0 21 30 3C 14 2C
Octal 205 205 131 0 0 41 60 74 24 54
Binary 10000101 10000101 1011001 0 0 100001 110000 111100 10100 101100

Color Harmonies of #858559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858559

Black with #858559

Text Example


Text Example

White with #858559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858559; }

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

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

background-color css

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

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

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

border-color css

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

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

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