Html Css Color HEX #8D8323 Lemon Ginger

📋 copy color: '#8D8323'

red 141 ◦ green 131 ◦ blue 35

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

Shades of Lemon Ginger #8D8323

Tints of Lemon Ginger #8D8323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 45.93%
G = 42.67%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8D8323 (or 0x8D8323) is known color: Lemon Ginger. HEX triplet: 8D, 83 and 23. RGB value is (141,131,35). Sum of RGB (Red+Green+Blue) = 141+131+35=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8323 is #727CDC. Grayscale: #7B7B7B. Windows color (decimal): -7503069 or 2327437. OLE color: 2327437.

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

Color convert

RGB 141 131 35 -
CMYK 0 0.07 0.75 0.45
HSL 54.34º 0.6% 0.35% -
HSV(B) 54.34º 0.75% 0.55% -
XYZ 19.4 22.02 4.82 -
YUV 123.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 141 131 35 0 0.07 0.75 0.45 54.34 0.6 0.35
Hex 8D 83 23 0 7 4B 2D 36 3C 23
Octal 215 203 43 0 7 113 55 66 74 43
Binary 10001101 10000011 100011 0 111 1001011 101101 110110 111100 100011

Color Harmonies of #8D8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8323

Black with #8D8323

Text Example


Text Example

White with #8D8323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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