Html Css Color HEX #8D872D Lemon Ginger

📋 copy color: '#8D872D'

red 141 ◦ green 135 ◦ blue 45

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

Shades of Lemon Ginger #8D872D

Tints of Lemon Ginger #8D872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 43.93%
G = 42.06%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D872D (or 0x8D872D) is known color: Lemon Ginger. HEX triplet: 8D, 87 and 2D. RGB value is (141,135,45). Sum of RGB (Red+Green+Blue) = 141+135+45=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D872D is #7278D2. Grayscale: #7E7E7E. Windows color (decimal): -7502035 or 2983821. OLE color: 2983821.

HSL color Cylindrical-coordinate representation of color #8D872D: hue angle of 56.25º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D872D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 135 45 -
CMYK 0 0.04 0.68 0.45
HSL 56.25º 0.52% 0.36% -
HSV(B) 56.25º 0.68% 0.55% -
XYZ 20.12 23.18 5.9 -
YUV 126.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 141 135 45 0 0.04 0.68 0.45 56.25 0.52 0.36
Hex 8D 87 2D 0 4 44 2D 38 34 24
Octal 215 207 55 0 4 104 55 70 64 44
Binary 10001101 10000111 101101 0 100 1000100 101101 111000 110100 100100

Color Harmonies of #8D872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D872D

Black with #8D872D

Text Example


Text Example

White with #8D872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,135,45); }

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

background-color css

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

 a { background-color: rgb(141,135,45); }

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

border-color css

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

 span { border-color: rgb(141,135,45); }

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