Html Css Color HEX #858259 Bandicoot

📋 copy color: '#858259'

red 133 ◦ green 130 ◦ blue 89

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

Shades of Bandicoot #858259

Tints of Bandicoot #858259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 37.78%
G = 36.93%
B = 25.28%

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

#858259 (or 0x858259) is known color: Bandicoot. HEX triplet: 85, 82 and 59. RGB value is (133,130,89). Sum of RGB (Red+Green+Blue) = 133+130+89=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #858259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858259 is #7A7DA6. Grayscale: #7E7E7E. Windows color (decimal): -8027559 or 5866117. OLE color: 5866117.

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

Color convert

RGB 133 130 89 -
CMYK 0 0.02 0.33 0.48
HSL 55.91º 0.2% 0.44% -
HSV(B) 55.91º 0.33% 0.52% -
XYZ 19.46 21.67 12.61 -
YUV 126.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 133 130 89 0 0.02 0.33 0.48 55.91 0.2 0.44
Hex 85 82 59 0 2 21 30 38 14 2C
Octal 205 202 131 0 2 41 60 70 24 54
Binary 10000101 10000010 1011001 0 10 100001 110000 111000 10100 101100

Color Harmonies of #858259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858259

Black with #858259

Text Example


Text Example

White with #858259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858259; }

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

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

background-color css

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

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

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

border-color css

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

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

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