#8C7C3A

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

Shades of Highball #8C7C3A

Tints of Highball #8C7C3A

Color information

#8C7C3A (or 0x8C7C3A) is unknown color: approx Highball. HEX triplet: 8C, 7C and 3A. RGB value is (140,124,58). Sum of RGB (Red+Green+Blue) = 140+124+58=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7C3A is #7383C5. Grayscale: #797979. Windows color (decimal): -7570374 or 3832972. OLE color: 3832972.

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

Color convert

RGB14012458-
CMYK00.110.590.45
HSL48.29º41.41%38.82%-
HSV(B)48.29º58.57%54.9%-
XYZ18.7920.36.93-
YUV121.2692.3141.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 58 (23.05% from 255) = 18.01%
R=43.48%
G=38.51%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401245800.110.590.4548.2941.4138.82
Hex8C7C3A0B3B2D302927
Octal214174720137355605147
Binary10001100111110011101001011111011101101110000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,58); }

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

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

 a { background-color: rgb(140,124,58); }

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

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

 span { border-color: rgb(140,124,58); }

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