#87844B

Color #87844B Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #87844B

Tints of Highball #87844B

Color information

#87844B (or 0x87844B) is unknown color: approx Highball. HEX triplet: 87, 84 and 4B. RGB value is (135,132,75). Sum of RGB (Red+Green+Blue) = 135+132+75=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87844B is #787BB4. Grayscale: #7E7E7E. Windows color (decimal): -7895989 or 4949127. OLE color: 4949127.

HSL color Cylindrical-coordinate representation of color #87844B: hue angle of 57º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87844B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13513275-
CMYK00.020.440.47
HSL57º28.57%41.18%-
HSV(B)57º44.44%52.94%-
XYZ19.5122.169.91-
YUV126.498.99134.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=39.47%
G=38.60%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351327500.020.440.475728.5741.18
Hex87844B022C2F391d29
Octal207204113025457713551
Binary1000011110000100100101101010110010111111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87844B; }

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

 H1.HeaderClassName
 {
   color: #87844B;
 }
 .AnyTagClassName
 {
   color: #87844B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #87844B;
 }
 .BgClassName
 {
   background-color: #87844B;
 }
</style>
border-color css

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

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

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