Html Css Color HEX #87845D Bandicoot

📋 copy color: '#87845D'

red 135 ◦ green 132 ◦ blue 93

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

Shades of Bandicoot #87845D

Tints of Bandicoot #87845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 37.5%
G = 36.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87845D (or 0x87845D) is known color: Bandicoot. HEX triplet: 87, 84 and 5D. RGB value is (135,132,93). Sum of RGB (Red+Green+Blue) = 135+132+93=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87845D is #787BA2. Grayscale: #808080. Windows color (decimal): -7895971 or 6128775. OLE color: 6128775.

HSL color Cylindrical-coordinate representation of color #87845D: hue angle of 55.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87845D is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 132 93 -
CMYK 0 0.02 0.31 0.47
HSL 55.71º 0.18% 0.45% -
HSV(B) 55.71º 0.31% 0.53% -
XYZ 20.22 22.44 13.62 -
YUV 128.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 135 132 93 0 0.02 0.31 0.47 55.71 0.18 0.45
Hex 87 84 5D 0 2 1F 2F 38 12 2D
Octal 207 204 135 0 2 37 57 70 22 55
Binary 10000111 10000100 1011101 0 10 11111 101111 111000 10010 101101

Color Harmonies of #87845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87845D

Black with #87845D

Text Example


Text Example

White with #87845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87845D; }

 p { color: rgb(135,132,93); }

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

background-color css

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

 a { background-color: rgb(135,132,93); }

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

border-color css

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

 span { border-color: rgb(135,132,93); }

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