#8D873D

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

Shades of Highball #8D873D

Tints of Highball #8D873D

Color information

#8D873D (or 0x8D873D) is unknown color: approx Highball. HEX triplet: 8D, 87 and 3D. RGB value is (141,135,61). Sum of RGB (Red+Green+Blue) = 141+135+61=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D873D is #7278C2. Grayscale: #808080. Windows color (decimal): -7502019 or 4032397. OLE color: 4032397.

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

Color convert

RGB14113561-
CMYK00.040.570.45
HSL55.5º39.6%39.61%-
HSV(B)55.5º56.74%55.29%-
XYZ20.4923.337.84-
YUV128.3689.99137.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=41.84%
G=40.06%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411356100.040.570.4555.539.639.61
Hex8D873D04392D382828
Octal21520775047155705050
Binary10001101100001111111010100111001101101111000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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