Html Css Color HEX #85805E Bandicoot

📋 copy color: '#85805E'

red 133 ◦ green 128 ◦ blue 94

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

Shades of Bandicoot #85805E

Tints of Bandicoot #85805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 37.46%
G = 36.06%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85805E (or 0x85805E) is known color: Bandicoot. HEX triplet: 85, 80 and 5E. RGB value is (133,128,94). Sum of RGB (Red+Green+Blue) = 133+128+94=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85805E is #7A7FA1. Grayscale: #7D7D7D. Windows color (decimal): -8028066 or 6193285. OLE color: 6193285.

HSL color Cylindrical-coordinate representation of color #85805E: hue angle of 52.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85805E is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 94 -
CMYK 0 0.04 0.29 0.48
HSL 52.31º 0.17% 0.45% -
HSV(B) 52.31º 0.29% 0.52% -
XYZ 19.41 21.23 13.66 -
YUV 125.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 133 128 94 0 0.04 0.29 0.48 52.31 0.17 0.45
Hex 85 80 5E 0 4 1D 30 34 11 2D
Octal 205 200 136 0 4 35 60 64 21 55
Binary 10000101 10000000 1011110 0 100 11101 110000 110100 10001 101101

Color Harmonies of #85805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85805E

Black with #85805E

Text Example


Text Example

White with #85805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85805E; }

 p { color: rgb(133,128,94); }

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

background-color css

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

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

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

border-color css

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

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

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