#878131

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

Shades of Highball #878131

Tints of Highball #878131

Color information

#878131 (or 0x878131) is unknown color: approx Highball. HEX triplet: 87, 81 and 31. RGB value is (135,129,49). Sum of RGB (Red+Green+Blue) = 135+129+49=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #878131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878131 is #787ECE. Grayscale: #7A7A7A. Windows color (decimal): -7896783 or 3244423. OLE color: 3244423.

HSL color Cylindrical-coordinate representation of color #878131: hue angle of 55.81º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #878131 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13512949-
CMYK00.040.640.47
HSL55.81º46.74%36.08%-
HSV(B)55.81º63.7%52.94%-
XYZ18.421.076-
YUV121.6786.99137.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=43.13%
G=41.21%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351294900.040.640.4755.8146.7436.08
Hex87813104402F382f24
Octal207201610410057705744
Binary100001111000000111000101001000000101111111000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878131; }

 p { color: rgb(135,129,49); }

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

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

 a { background-color: rgb(135,129,49); }

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

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

 span { border-color: rgb(135,129,49); }

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