Html Css Color HEX #89855A Bandicoot

📋 copy color: '#89855A'

red 137 ◦ green 133 ◦ blue 90

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

Shades of Bandicoot #89855A

Tints of Bandicoot #89855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 38.06%
G = 36.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89855A (or 0x89855A) is known color: Bandicoot. HEX triplet: 89, 85 and 5A. RGB value is (137,133,90). Sum of RGB (Red+Green+Blue) = 137+133+90=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855A is #767AA5. Grayscale: #818181. Windows color (decimal): -7764646 or 5932425. OLE color: 5932425.

HSL color Cylindrical-coordinate representation of color #89855A: hue angle of 54.89º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89855A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 90 -
CMYK 0 0.03 0.34 0.46
HSL 54.89º 0.21% 0.45% -
HSV(B) 54.89º 0.34% 0.54% -
XYZ 20.55 22.83 13 -
YUV 129.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 137 133 90 0 0.03 0.34 0.46 54.89 0.21 0.45
Hex 89 85 5A 0 3 22 2E 37 15 2D
Octal 211 205 132 0 3 42 56 67 25 55
Binary 10001001 10000101 1011010 0 11 100010 101110 110111 10101 101101

Color Harmonies of #89855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89855A

Black with #89855A

Text Example


Text Example

White with #89855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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