#87813D

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

Shades of Highball #87813D

Tints of Highball #87813D

Color information

#87813D (or 0x87813D) is unknown color: approx Highball. HEX triplet: 87, 81 and 3D. RGB value is (135,129,61). Sum of RGB (Red+Green+Blue) = 135+129+61=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87813D is #787EC2. Grayscale: #7B7B7B. Windows color (decimal): -7896771 or 4030855. OLE color: 4030855.

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

Color convert

RGB13512961-
CMYK00.040.550.47
HSL55.14º37.76%38.43%-
HSV(B)55.14º54.81%52.94%-
XYZ18.6821.197.52-
YUV123.0492.99136.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=41.54%
G=39.69%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351296100.040.550.4755.1437.7638.43
Hex87813D04372F372626
Octal20720175046757674646
Binary10000111100000011111010100110111101111110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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