Html Css Color HEX #8D7C26 Lemon Ginger

📋 copy color: '#8D7C26'

red 141 ◦ green 124 ◦ blue 38

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

Shades of Lemon Ginger #8D7C26

Tints of Lemon Ginger #8D7C26

RGB

 RED value IS 141 (55.47% from 255) = 46.53%

 GREEN value IS 124 (48.83% from 255) = 40.92%

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 46.53%
G = 40.92%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8D7C26 (or 0x8D7C26) is known color: Lemon Ginger. HEX triplet: 8D, 7C and 26. RGB value is (141,124,38). Sum of RGB (Red+Green+Blue) = 141+124+38=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7C26 is #7283D9. Grayscale: #777777. Windows color (decimal): -7504858 or 2522253. OLE color: 2522253.

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

Color convert

RGB 141 124 38 -
CMYK 0 0.12 0.73 0.45
HSL 50.1º 0.58% 0.35% -
HSV(B) 50.1º 0.73% 0.55% -
XYZ 18.54 20.22 4.76 -
YUV 119.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 141 124 38 0 0.12 0.73 0.45 50.1 0.58 0.35
Hex 8D 7C 26 0 C 49 2D 32 3A 23
Octal 215 174 46 0 14 111 55 62 72 43
Binary 10001101 1111100 100110 0 1100 1001001 101101 110010 111010 100011

Color Harmonies of #8D7C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7C26

Black with #8D7C26

Text Example


Text Example

White with #8D7C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,124,38); }

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

background-color css

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

 a { background-color: rgb(141,124,38); }

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

border-color css

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

 span { border-color: rgb(141,124,38); }

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