#8B853B

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

Shades of Highball #8B853B

Tints of Highball #8B853B

Color information

#8B853B (or 0x8B853B) is unknown color: approx Highball. HEX triplet: 8B, 85 and 3B. RGB value is (139,133,59). Sum of RGB (Red+Green+Blue) = 139+133+59=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B853B is #747AC4. Grayscale: #7E7E7E. Windows color (decimal): -7633605 or 3900811. OLE color: 3900811.

HSL color Cylindrical-coordinate representation of color #8B853B: hue angle of 55.5º degrees, saturation: 0.4, 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 #8B853B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB13913359-
CMYK00.040.580.45
HSL55.5º40.4%38.82%-
HSV(B)55.5º57.55%54.51%-
XYZ19.8222.587.45-
YUV126.3689.99137.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=41.99%
G=40.18%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391335900.040.580.4555.540.438.82
Hex8B853B043A2D382827
Octal21320573047255705047
Binary10001011100001011110110100111010101101111000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,59); }

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

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

 a { background-color: rgb(139,133,59); }

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

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

 span { border-color: rgb(139,133,59); }

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