Html Css Color HEX #89875D Bandicoot

📋 copy color: '#89875D'

red 137 ◦ green 135 ◦ blue 93

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

Shades of Bandicoot #89875D

Tints of Bandicoot #89875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

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

R = 37.53%
G = 36.99%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89875D (or 0x89875D) is known color: Bandicoot. HEX triplet: 89, 87 and 5D. RGB value is (137,135,93). Sum of RGB (Red+Green+Blue) = 137+135+93=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #89875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89875D is #7678A2. Grayscale: #828282. Windows color (decimal): -7764131 or 6129545. OLE color: 6129545.

HSL color Cylindrical-coordinate representation of color #89875D: hue angle of 57.27º 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 #89875D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 135 93 -
CMYK 0 0.01 0.32 0.46
HSL 57.27º 0.19% 0.45% -
HSV(B) 57.27º 0.32% 0.54% -
XYZ 20.96 23.44 13.78 -
YUV 130.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 137 135 93 0 0.01 0.32 0.46 57.27 0.19 0.45
Hex 89 87 5D 0 1 20 2E 39 13 2D
Octal 211 207 135 0 1 40 56 71 23 55
Binary 10001001 10000111 1011101 0 1 100000 101110 111001 10011 101101

Color Harmonies of #89875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89875D

Black with #89875D

Text Example


Text Example

White with #89875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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