#8D883B

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

Shades of Highball #8D883B

Tints of Highball #8D883B

Color information

#8D883B (or 0x8D883B) is unknown color: approx Highball. HEX triplet: 8D, 88 and 3B. RGB value is (141,136,59). Sum of RGB (Red+Green+Blue) = 141+136+59=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D883B is #7277C4. Grayscale: #818181. Windows color (decimal): -7501765 or 3901581. OLE color: 3901581.

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

Color convert

RGB14113659-
CMYK00.040.580.45
HSL56.34º41%39.22%-
HSV(B)56.34º58.16%55.29%-
XYZ20.5823.597.61-
YUV128.7288.66136.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=41.96%
G=40.48%
B=17.56%

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
Decimal1411365900.040.580.4556.344139.22
Hex8D883B043A2D382927
Octal21521073047255705147
Binary10001101100010001110110100111010101101111000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,136,59); }

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

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

 a { background-color: rgb(141,136,59); }

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

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

 span { border-color: rgb(141,136,59); }

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