#8C8332

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

Shades of Highball #8C8332

Tints of Highball #8C8332

Color information

#8C8332 (or 0x8C8332) is unknown color: approx Highball. HEX triplet: 8C, 83 and 32. RGB value is (140,131,50). Sum of RGB (Red+Green+Blue) = 140+131+50=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8332 is #737CCD. Grayscale: #7C7C7C. Windows color (decimal): -7568590 or 3310476. OLE color: 3310476.

HSL color Cylindrical-coordinate representation of color #8C8332: hue angle of 54º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C8332 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB14013150-
CMYK00.060.640.45
HSL54º47.37%37.25%-
HSV(B)54º64.29%54.9%-
XYZ19.5122.046.24-
YUV124.4685.98139.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=43.61%
G=40.81%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401315000.060.640.455447.3737.25
Hex8C833206402D362f25
Octal214203620610055665745
Binary100011001000001111001001101000000101101110110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,50); }

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

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

 a { background-color: rgb(140,131,50); }

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

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

 span { border-color: rgb(140,131,50); }

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