#8C7B27

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

Shades of Lemon Ginger #8C7B27

Tints of Lemon Ginger #8C7B27

Color information

#8C7B27 (or 0x8C7B27) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7B and 27. RGB value is (140,123,39). Sum of RGB (Red+Green+Blue) = 140+123+39=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7B27 is #7384D8. Grayscale: #767676. Windows color (decimal): -7570649 or 2587532. OLE color: 2587532.

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

Color convert

RGB14012339-
CMYK00.120.720.45
HSL49.9º56.42%35.1%-
HSV(B)49.9º72.14%54.9%-
XYZ18.2619.894.8-
YUV118.5183.13143.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=46.36%
G=40.73%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401233900.120.720.4549.956.4235.1
Hex8C7B270C482D323823
Octal2141734701411055627043
Binary100011001111011100111011001001000101101110010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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