Html Css Color HEX #89885C Bandicoot

📋 copy color: '#89885C'

red 137 ◦ green 136 ◦ blue 92

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

Shades of Bandicoot #89885C

Tints of Bandicoot #89885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 37.53%
G = 37.26%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89885C (or 0x89885C) is known color: Bandicoot. HEX triplet: 89, 88 and 5C. RGB value is (137,136,92). Sum of RGB (Red+Green+Blue) = 137+136+92=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #89885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89885C is #7677A3. Grayscale: #838383. Windows color (decimal): -7763876 or 6064265. OLE color: 6064265.

HSL color Cylindrical-coordinate representation of color #89885C: hue angle of 58.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89885C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 136 92 -
CMYK 0 0.01 0.33 0.46
HSL 58.67º 0.2% 0.45% -
HSV(B) 58.67º 0.33% 0.54% -
XYZ 21.05 23.7 13.59 -
YUV 131.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 137 136 92 0 0.01 0.33 0.46 58.67 0.2 0.45
Hex 89 88 5C 0 1 21 2E 3B 14 2D
Octal 211 210 134 0 1 41 56 73 24 55
Binary 10001001 10001000 1011100 0 1 100001 101110 111011 10100 101101

Color Harmonies of #89885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89885C

Black with #89885C

Text Example


Text Example

White with #89885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89885C; }

 p { color: rgb(137,136,92); }

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

background-color css

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

 a { background-color: rgb(137,136,92); }

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

border-color css

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

 span { border-color: rgb(137,136,92); }

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