#87823D

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

Shades of Highball #87823D

Tints of Highball #87823D

Color information

#87823D (or 0x87823D) is unknown color: approx Highball. HEX triplet: 87, 82 and 3D. RGB value is (135,130,61). Sum of RGB (Red+Green+Blue) = 135+130+61=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87823D is #787DC2. Grayscale: #7B7B7B. Windows color (decimal): -7896515 or 4031111. OLE color: 4031111.

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

Color convert

RGB13513061-
CMYK00.040.550.47
HSL55.95º37.76%38.43%-
HSV(B)55.95º54.81%52.94%-
XYZ18.8221.457.56-
YUV123.6392.66136.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=41.41%
G=39.88%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351306100.040.550.4755.9537.7638.43
Hex87823D04372F382626
Octal20720275046757704646
Binary10000111100000101111010100110111101111111000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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