Html Css Color HEX #89865D Bandicoot

📋 copy color: '#89865D'

red 137 ◦ green 134 ◦ blue 93

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

Shades of Bandicoot #89865D

Tints of Bandicoot #89865D

RGB

 RED value IS 137 (53.91% from 255) = 37.64%

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

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 37.64%
G = 36.81%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89865D (or 0x89865D) is known color: Bandicoot. HEX triplet: 89, 86 and 5D. RGB value is (137,134,93). Sum of RGB (Red+Green+Blue) = 137+134+93=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89865D is #7679A2. Grayscale: #828282. Windows color (decimal): -7764387 or 6129289. OLE color: 6129289.

HSL color Cylindrical-coordinate representation of color #89865D: hue angle of 55.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89865D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 134 93 -
CMYK 0 0.02 0.32 0.46
HSL 55.91º 0.19% 0.45% -
HSV(B) 55.91º 0.32% 0.54% -
XYZ 20.82 23.16 13.73 -
YUV 130.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 137 134 93 0 0.02 0.32 0.46 55.91 0.19 0.45
Hex 89 86 5D 0 2 20 2E 38 13 2D
Octal 211 206 135 0 2 40 56 70 23 55
Binary 10001001 10000110 1011101 0 10 100000 101110 111000 10011 101101

Color Harmonies of #89865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89865D

Black with #89865D

Text Example


Text Example

White with #89865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89865D; }

 p { color: rgb(137,134,93); }

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

background-color css

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

 a { background-color: rgb(137,134,93); }

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

border-color css

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

 span { border-color: rgb(137,134,93); }

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