Html Css Color HEX #878361 Bandicoot

📋 copy color: '#878361'

red 135 ◦ green 131 ◦ blue 97

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

Shades of Bandicoot #878361

Tints of Bandicoot #878361

RGB

 RED value IS 135 (53.13% from 255) = 37.19%

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

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 37.19%
G = 36.09%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#878361 (or 0x878361) is known color: Bandicoot. HEX triplet: 87, 83 and 61. RGB value is (135,131,97). Sum of RGB (Red+Green+Blue) = 135+131+97=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878361 is #787C9E. Grayscale: #808080. Windows color (decimal): -7896223 or 6390663. OLE color: 6390663.

HSL color Cylindrical-coordinate representation of color #878361: hue angle of 53.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878361 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 131 97 -
CMYK 0 0.03 0.28 0.47
HSL 53.68º 0.16% 0.45% -
HSV(B) 53.68º 0.28% 0.53% -
XYZ 20.27 22.25 14.54 -
YUV 128.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 135 131 97 0 0.03 0.28 0.47 53.68 0.16 0.45
Hex 87 83 61 0 3 1C 2F 36 10 2D
Octal 207 203 141 0 3 34 57 66 20 55
Binary 10000111 10000011 1100001 0 11 11100 101111 110110 10000 101101

Color Harmonies of #878361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878361

Black with #878361

Text Example


Text Example

White with #878361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878361; }

 p { color: rgb(135,131,97); }

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

background-color css

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

 a { background-color: rgb(135,131,97); }

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

border-color css

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

 span { border-color: rgb(135,131,97); }

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