Html Css Color HEX #87836F Bandicoot

📋 copy color: '#87836F'

red 135 ◦ green 131 ◦ blue 111

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

Shades of Bandicoot #87836F

Tints of Bandicoot #87836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 35.81%
G = 34.75%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87836F (or 0x87836F) is known color: Bandicoot. HEX triplet: 87, 83 and 6F. RGB value is (135,131,111). Sum of RGB (Red+Green+Blue) = 135+131+111=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836F is #787C90. Grayscale: #828282. Windows color (decimal): -7896209 or 7308167. OLE color: 7308167.

HSL color Cylindrical-coordinate representation of color #87836F: hue angle of 50º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87836F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 131 111 -
CMYK 0 0.03 0.18 0.47
HSL 50º 0.1% 0.48% -
HSV(B) 50º 0.18% 0.53% -
XYZ 20.98 22.53 18.28 -
YUV 129.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 135 131 111 0 0.03 0.18 0.47 50 0.1 0.48
Hex 87 83 6F 0 3 12 2F 32 A 30
Octal 207 203 157 0 3 22 57 62 12 60
Binary 10000111 10000011 1101111 0 11 10010 101111 110010 1010 110000

Color Harmonies of #87836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87836F

Black with #87836F

Text Example


Text Example

White with #87836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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