Html Css Color HEX #8D8326 Lemon Ginger

📋 copy color: '#8D8326'

red 141 ◦ green 131 ◦ blue 38

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

Shades of Lemon Ginger #8D8326

Tints of Lemon Ginger #8D8326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 45.48%
G = 42.26%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8D8326 (or 0x8D8326) is known color: Lemon Ginger. HEX triplet: 8D, 83 and 26. RGB value is (141,131,38). Sum of RGB (Red+Green+Blue) = 141+131+38=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8326 is #727CD9. Grayscale: #7B7B7B. Windows color (decimal): -7503066 or 2524045. OLE color: 2524045.

HSL color Cylindrical-coordinate representation of color #8D8326: hue angle of 54.17º 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 #8D8326 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 131 38 -
CMYK 0 0.07 0.73 0.45
HSL 54.17º 0.58% 0.35% -
HSV(B) 54.17º 0.73% 0.55% -
XYZ 19.45 22.04 5.06 -
YUV 123.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 141 131 38 0 0.07 0.73 0.45 54.17 0.58 0.35
Hex 8D 83 26 0 7 49 2D 36 3A 23
Octal 215 203 46 0 7 111 55 66 72 43
Binary 10001101 10000011 100110 0 111 1001001 101101 110110 111010 100011

Color Harmonies of #8D8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8326

Black with #8D8326

Text Example


Text Example

White with #8D8326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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