#87813F

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

Shades of Highball #87813F

Tints of Highball #87813F

Color information

#87813F (or 0x87813F) is unknown color: approx Highball. HEX triplet: 87, 81 and 3F. RGB value is (135,129,63). Sum of RGB (Red+Green+Blue) = 135+129+63=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87813F is #787EC0. Grayscale: #7B7B7B. Windows color (decimal): -7896769 or 4161927. OLE color: 4161927.

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

Color convert

RGB13512963-
CMYK00.040.530.47
HSL55º36.36%38.82%-
HSV(B)55º53.33%52.94%-
XYZ18.7421.217.81-
YUV123.2793.99136.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 63 (25% from 255) = 19.27%
R=41.28%
G=39.45%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351296300.040.530.475536.3638.82
Hex87813F04352F372427
Octal20720177046557674447
Binary10000111100000011111110100110101101111110111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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