#87813A

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

Shades of Highball #87813A

Tints of Highball #87813A

Color information

#87813A (or 0x87813A) is unknown color: approx Highball. HEX triplet: 87, 81 and 3A. RGB value is (135,129,58). Sum of RGB (Red+Green+Blue) = 135+129+58=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87813A is #787EC5. Grayscale: #7A7A7A. Windows color (decimal): -7896774 or 3834247. OLE color: 3834247.

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

Color convert

RGB13512958-
CMYK00.040.570.47
HSL55.32º39.9%37.84%-
HSV(B)55.32º57.04%52.94%-
XYZ18.6121.167.11-
YUV122.791.49136.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 58 (23.05% from 255) = 18.01%
R=41.93%
G=40.06%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351295800.040.570.4755.3239.937.84
Hex87813A04392F372826
Octal20720172047157675046
Binary10000111100000011110100100111001101111110111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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