Html Css Color HEX #89835F Bandicoot

📋 copy color: '#89835F'

red 137 ◦ green 131 ◦ blue 95

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

Shades of Bandicoot #89835F

Tints of Bandicoot #89835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

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

R = 37.74%
G = 36.09%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89835F (or 0x89835F) is known color: Bandicoot. HEX triplet: 89, 83 and 5F. RGB value is (137,131,95). Sum of RGB (Red+Green+Blue) = 137+131+95=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89835F is #767CA0. Grayscale: #808080. Windows color (decimal): -7765153 or 6259593. OLE color: 6259593.

HSL color Cylindrical-coordinate representation of color #89835F: hue angle of 51.43º 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 #89835F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 131 95 -
CMYK 0 0.04 0.31 0.46
HSL 51.43º 0.18% 0.45% -
HSV(B) 51.43º 0.31% 0.54% -
XYZ 20.5 22.38 14.07 -
YUV 128.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 137 131 95 0 0.04 0.31 0.46 51.43 0.18 0.45
Hex 89 83 5F 0 4 1F 2E 33 12 2D
Octal 211 203 137 0 4 37 56 63 22 55
Binary 10001001 10000011 1011111 0 100 11111 101110 110011 10010 101101

Color Harmonies of #89835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89835F

Black with #89835F

Text Example


Text Example

White with #89835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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