#878032

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

Shades of Highball #878032

Tints of Highball #878032

Color information

#878032 (or 0x878032) is unknown color: approx Highball. HEX triplet: 87, 80 and 32. RGB value is (135,128,50). Sum of RGB (Red+Green+Blue) = 135+128+50=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #878032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878032 is #787FCD. Grayscale: #797979. Windows color (decimal): -7897038 or 3309703. OLE color: 3309703.

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

Color convert

RGB13512850-
CMYK00.050.630.47
HSL55.06º45.95%36.27%-
HSV(B)55.06º62.96%52.94%-
XYZ18.2920.826.07-
YUV121.287.82137.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=43.13%
G=40.89%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351285000.050.630.4755.0645.9536.27
Hex878032053F2F372e24
Octal20720062057757675644
Binary10000111100000001100100101111111101111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878032; }

 p { color: rgb(135,128,50); }

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

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

 a { background-color: rgb(135,128,50); }

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

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

 span { border-color: rgb(135,128,50); }

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