#87823B

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

Shades of Highball #87823B

Tints of Highball #87823B

Color information

#87823B (or 0x87823B) is unknown color: approx Highball. HEX triplet: 87, 82 and 3B. RGB value is (135,130,59). Sum of RGB (Red+Green+Blue) = 135+130+59=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87823B is #787DC4. Grayscale: #7B7B7B. Windows color (decimal): -7896517 or 3900039. OLE color: 3900039.

HSL color Cylindrical-coordinate representation of color #87823B: hue angle of 56.05º degrees, saturation: 0.39, 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 #87823B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB13513059-
CMYK00.040.560.47
HSL56.05º39.18%38.04%-
HSV(B)56.05º56.3%52.94%-
XYZ18.7621.437.29-
YUV123.491.66136.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=41.67%
G=40.12%
B=18.21%

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
Decimal1351305900.040.560.4756.0539.1838.04
Hex87823B04382F382726
Octal20720273047057704746
Binary10000111100000101110110100111000101111111000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87823B; }

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

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

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

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

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

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

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

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