#8C7D3E

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

Shades of Highball #8C7D3E

Tints of Highball #8C7D3E

Color information

#8C7D3E (or 0x8C7D3E) is unknown color: approx Highball. HEX triplet: 8C, 7D and 3E. RGB value is (140,125,62). Sum of RGB (Red+Green+Blue) = 140+125+62=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D3E is #7382C1. Grayscale: #7A7A7A. Windows color (decimal): -7570114 or 4095372. OLE color: 4095372.

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

Color convert

RGB14012562-
CMYK00.110.560.45
HSL48.46º38.61%39.61%-
HSV(B)48.46º55.71%54.9%-
XYZ19.0220.597.53-
YUV122.393.97140.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=42.81%
G=38.23%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401256200.110.560.4548.4638.6139.61
Hex8C7D3E0B382D302728
Octal214175760137055604750
Binary10001100111110111111001011111000101101110000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,62); }

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

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

 a { background-color: rgb(140,125,62); }

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

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

 span { border-color: rgb(140,125,62); }

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