Html Css Color HEX #8C7B15 Lemon Ginger

📋 copy color: '#8C7B15'

red 140 ◦ green 123 ◦ blue 21

#8C7B15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #8C7B15

Tints of Lemon Ginger #8C7B15

RGB

 RED value IS 140 (55.08% from 255) = 49.3%

 GREEN value IS 123 (48.44% from 255) = 43.31%

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 49.3%
G = 43.31%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C7B15 (or 0x8C7B15) is known color: Lemon Ginger. HEX triplet: 8C, 7B and 15. RGB value is (140,123,21). Sum of RGB (Red+Green+Blue) = 140+123+21=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7B15 is #7384EA. Grayscale: #747474. Windows color (decimal): -7570667 or 1407884. OLE color: 1407884.

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

Color convert

RGB 140 123 21 -
CMYK 0 0.12 0.85 0.45
HSL 51.43º 0.74% 0.32% -
HSV(B) 51.43º 0.85% 0.55% -
XYZ 18.03 19.8 3.58 -
YUV 116.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 140 123 21 0 0.12 0.85 0.45 51.43 0.74 0.32
Hex 8C 7B 15 0 C 55 2D 33 4A 20
Octal 214 173 25 0 14 125 55 63 112 40
Binary 10001100 1111011 10101 0 1100 1010101 101101 110011 1001010 100000

Color Harmonies of #8C7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B15

Black with #8C7B15

Text Example


Text Example

White with #8C7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C7B15;
 }
 .AnyTagClassName
 {
   color: #8C7B15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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