Html Css Color HEX #8A8565 Bandicoot

📋 copy color: '#8A8565'

red 138 ◦ green 133 ◦ blue 101

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

Shades of Bandicoot #8A8565

Tints of Bandicoot #8A8565

RGB

 RED value IS 138 (54.3% from 255) = 37.1%

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

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 37.1%
G = 35.75%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A8565 (or 0x8A8565) is known color: Bandicoot. HEX triplet: 8A, 85 and 65. RGB value is (138,133,101). Sum of RGB (Red+Green+Blue) = 138+133+101=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8565 is #757A9A. Grayscale: #828282. Windows color (decimal): -7699099 or 6653322. OLE color: 6653322.

HSL color Cylindrical-coordinate representation of color #8A8565: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A8565 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 101 -
CMYK 0 0.04 0.27 0.46
HSL 51.89º 0.15% 0.47% -
HSV(B) 51.89º 0.27% 0.54% -
XYZ 21.22 23.12 15.66 -
YUV 130.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 138 133 101 0 0.04 0.27 0.46 51.89 0.15 0.47
Hex 8A 85 65 0 4 1B 2E 34 F 2F
Octal 212 205 145 0 4 33 56 64 17 57
Binary 10001010 10000101 1100101 0 100 11011 101110 110100 1111 101111

Color Harmonies of #8A8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8565

Black with #8A8565

Text Example


Text Example

White with #8A8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8565; }

 p { color: rgb(138,133,101); }

 H1.HeaderClassName
 {
   color: #8A8565;
 }
 .AnyTagClassName
 {
   color: #8A8565;
 }
</style>

background-color css

<style>
 a { background-color: #8A8565; }

 a { background-color: rgb(138,133,101); }

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

border-color css

<style>
 span { border-color: #8A8565; }

 span { border-color: rgb(138,133,101); }

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