#8C7B14

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

Shades of Lemon Ginger #8C7B14

Tints of Lemon Ginger #8C7B14

Color information

#8C7B14 (or 0x8C7B14) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7B and 14. RGB value is (140,123,20). Sum of RGB (Red+Green+Blue) = 140+123+20=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7B14 is #7384EB. Grayscale: #747474. Windows color (decimal): -7570668 or 1342348. OLE color: 1342348.

HSL color Cylindrical-coordinate representation of color #8C7B14: hue angle of 51.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7B14 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14012320-
CMYK00.120.860.45
HSL51.5º75%31.37%-
HSV(B)51.5º85.71%54.9%-
XYZ18.0219.793.53-
YUV116.3473.63144.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=49.47%
G=43.46%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401232000.120.860.4551.57531.37
Hex8C7B140C562D334b1f
Octal21417324014126556311337
Binary10001100111101110100011001010110101101110011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,123,20); }

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

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

 a { background-color: rgb(140,123,20); }

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

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

 span { border-color: rgb(140,123,20); }

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