#878241

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

Shades of Highball #878241

Tints of Highball #878241

Color information

#878241 (or 0x878241) is unknown color: approx Highball. HEX triplet: 87, 82 and 41. RGB value is (135,130,65). Sum of RGB (Red+Green+Blue) = 135+130+65=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #878241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878241 is #787DBE. Grayscale: #7C7C7C. Windows color (decimal): -7896511 or 4293255. OLE color: 4293255.

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

Color convert

RGB13513065-
CMYK00.040.520.47
HSL55.71º35%39.22%-
HSV(B)55.71º51.85%52.94%-
XYZ18.9321.58.15-
YUV124.0894.66135.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=40.91%
G=39.39%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351306500.040.520.4755.713539.22
Hex87824104342F382327
Octal207202101046457704347
Binary100001111000001010000010100110100101111111000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878241; }

 p { color: rgb(135,130,65); }

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

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

 a { background-color: rgb(135,130,65); }

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

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

 span { border-color: rgb(135,130,65); }

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