#8C8336

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

Shades of Highball #8C8336

Tints of Highball #8C8336

Color information

#8C8336 (or 0x8C8336) is unknown color: approx Highball. HEX triplet: 8C, 83 and 36. RGB value is (140,131,54). Sum of RGB (Red+Green+Blue) = 140+131+54=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8336 is #737CC9. Grayscale: #7D7D7D. Windows color (decimal): -7568586 or 3572620. OLE color: 3572620.

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

Color convert

RGB14013154-
CMYK00.060.610.45
HSL53.72º44.33%38.04%-
HSV(B)53.72º61.43%54.9%-
XYZ19.622.076.72-
YUV124.9187.98138.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.08%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=43.08%
G=40.31%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401315400.060.610.4553.7244.3338.04
Hex8C8336063D2D362c26
Octal21420366067555665446
Binary10001100100000111101100110111101101101110110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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