Html Css Color HEX #89855F Bandicoot

📋 copy color: '#89855F'

red 137 ◦ green 133 ◦ blue 95

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

Shades of Bandicoot #89855F

Tints of Bandicoot #89855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 37.53%
G = 36.44%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89855F (or 0x89855F) is known color: Bandicoot. HEX triplet: 89, 85 and 5F. RGB value is (137,133,95). Sum of RGB (Red+Green+Blue) = 137+133+95=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #89855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855F is #767AA0. Grayscale: #828282. Windows color (decimal): -7764641 or 6260105. OLE color: 6260105.

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

Color convert

RGB 137 133 95 -
CMYK 0 0.03 0.31 0.46
HSL 54.29º 0.18% 0.45% -
HSV(B) 54.29º 0.31% 0.54% -
XYZ 20.77 22.92 14.16 -
YUV 129.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 137 133 95 0 0.03 0.31 0.46 54.29 0.18 0.45
Hex 89 85 5F 0 3 1F 2E 36 12 2D
Octal 211 205 137 0 3 37 56 66 22 55
Binary 10001001 10000101 1011111 0 11 11111 101110 110110 10010 101101

Color Harmonies of #89855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89855F

Black with #89855F

Text Example


Text Example

White with #89855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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