#8B873A

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

Shades of Highball #8B873A

Tints of Highball #8B873A

Color information

#8B873A (or 0x8B873A) is unknown color: approx Highball. HEX triplet: 8B, 87 and 3A. RGB value is (139,135,58). Sum of RGB (Red+Green+Blue) = 139+135+58=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B873A is #7478C5. Grayscale: #7F7F7F. Windows color (decimal): -7633094 or 3835787. OLE color: 3835787.

HSL color Cylindrical-coordinate representation of color #8B873A: hue angle of 57.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B873A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB13913558-
CMYK00.030.580.45
HSL57.04º41.12%38.63%-
HSV(B)57.04º58.27%54.51%-
XYZ20.0823.127.41-
YUV127.4288.83136.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=41.87%
G=40.66%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391355800.030.580.4557.0441.1238.63
Hex8B873A033A2D392927
Octal21320772037255715147
Binary1000101110000111111010011111010101101111001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B873A; }

 p { color: rgb(139,135,58); }

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

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

 a { background-color: rgb(139,135,58); }

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

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

 span { border-color: rgb(139,135,58); }

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