#87853A

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

Shades of Highball #87853A

Tints of Highball #87853A

Color information

#87853A (or 0x87853A) is unknown color: approx Highball. HEX triplet: 87, 85 and 3A. RGB value is (135,133,58). Sum of RGB (Red+Green+Blue) = 135+133+58=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87853A is #787AC5. Grayscale: #7D7D7D. Windows color (decimal): -7895750 or 3835271. OLE color: 3835271.

HSL color Cylindrical-coordinate representation of color #87853A: hue angle of 58.44º 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 #87853A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13513358-
CMYK00.010.570.47
HSL58.44º39.9%37.84%-
HSV(B)58.44º57.04%52.94%-
XYZ19.1422.237.29-
YUV125.0590.16135.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=41.41%
G=40.80%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351335800.010.570.4758.4439.937.84
Hex87853A01392F3a2826
Octal20720572017157725046
Binary100001111000010111101001111001101111111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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