#87813C

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

Shades of Highball #87813C

Tints of Highball #87813C

Color information

#87813C (or 0x87813C) is unknown color: approx Highball. HEX triplet: 87, 81 and 3C. RGB value is (135,129,60). Sum of RGB (Red+Green+Blue) = 135+129+60=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87813C is #787EC3. Grayscale: #7B7B7B. Windows color (decimal): -7896772 or 3965319. OLE color: 3965319.

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

Color convert

RGB13512960-
CMYK00.040.560.47
HSL55.2º38.46%38.24%-
HSV(B)55.2º55.56%52.94%-
XYZ18.6621.187.38-
YUV122.9392.49136.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=41.67%
G=39.81%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351296000.040.560.4755.238.4638.24
Hex87813C04382F372626
Octal20720174047057674646
Binary10000111100000011111000100111000101111110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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