#8B853D

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

Shades of Highball #8B853D

Tints of Highball #8B853D

Color information

#8B853D (or 0x8B853D) is unknown color: approx Highball. HEX triplet: 8B, 85 and 3D. RGB value is (139,133,61). Sum of RGB (Red+Green+Blue) = 139+133+61=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B853D is #747AC2. Grayscale: #7E7E7E. Windows color (decimal): -7633603 or 4031883. OLE color: 4031883.

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

Color convert

RGB13913361-
CMYK00.040.560.45
HSL55.38º39%39.22%-
HSV(B)55.38º56.12%54.51%-
XYZ19.8822.67.73-
YUV126.5990.99136.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=41.74%
G=39.94%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391336100.040.560.4555.383939.22
Hex8B853D04382D372727
Octal21320575047055674747
Binary10001011100001011111010100111000101101110111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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