Html Css Color HEX #85865A Bandicoot

📋 copy color: '#85865A'

red 133 ◦ green 134 ◦ blue 90

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

Shades of Bandicoot #85865A

Tints of Bandicoot #85865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 37.25%
G = 37.54%
B = 25.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#85865A (or 0x85865A) is known color: Bandicoot. HEX triplet: 85, 86 and 5A. RGB value is (133,134,90). Sum of RGB (Red+Green+Blue) = 133+134+90=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #85865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85865A is #7A79A5. Grayscale: #808080. Windows color (decimal): -8026534 or 5932677. OLE color: 5932677.

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

Color convert

RGB 133 134 90 -
CMYK 0.01 0 0.33 0.47
HSL 61.36º 0.2% 0.44% -
HSV(B) 61.36º 0.33% 0.53% -
XYZ 20.04 22.77 13.01 -
YUV 128.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 133 134 90 0.01 0 0.33 0.47 61.36 0.2 0.44
Hex 85 86 5A 1 0 21 2F 3D 14 2C
Octal 205 206 132 1 0 41 57 75 24 54
Binary 10000101 10000110 1011010 1 0 100001 101111 111101 10100 101100

Color Harmonies of #85865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85865A

Black with #85865A

Text Example


Text Example

White with #85865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85865A; }

 p { color: rgb(133,134,90); }

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

background-color css

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

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

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

border-color css

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

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

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