Html Css Color HEX #858359 Bandicoot

📋 copy color: '#858359'

red 133 ◦ green 131 ◦ blue 89

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

Shades of Bandicoot #858359

Tints of Bandicoot #858359

RGB

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

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

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

R = 37.68%
G = 37.11%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#858359 (or 0x858359) is known color: Bandicoot. HEX triplet: 85, 83 and 59. RGB value is (133,131,89). Sum of RGB (Red+Green+Blue) = 133+131+89=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #858359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858359 is #7A7CA6. Grayscale: #7E7E7E. Windows color (decimal): -8027303 or 5866373. OLE color: 5866373.

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

Color convert

RGB 133 131 89 -
CMYK 0 0.02 0.33 0.48
HSL 57.27º 0.2% 0.44% -
HSV(B) 57.27º 0.33% 0.52% -
XYZ 19.59 21.94 12.65 -
YUV 126.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 133 131 89 0 0.02 0.33 0.48 57.27 0.2 0.44
Hex 85 83 59 0 2 21 30 39 14 2C
Octal 205 203 131 0 2 41 60 71 24 54
Binary 10000101 10000011 1011001 0 10 100001 110000 111001 10100 101100

Color Harmonies of #858359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858359

Black with #858359

Text Example


Text Example

White with #858359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858359; }

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

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

background-color css

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

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

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

border-color css

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

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

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