Html Css Color HEX #8D7F2D Lemon Ginger

📋 copy color: '#8D7F2D'

red 141 ◦ green 127 ◦ blue 45

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

Shades of Lemon Ginger #8D7F2D

Tints of Lemon Ginger #8D7F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

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

R = 45.05%
G = 40.58%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D7F2D (or 0x8D7F2D) is known color: Lemon Ginger. HEX triplet: 8D, 7F and 2D. RGB value is (141,127,45). Sum of RGB (Red+Green+Blue) = 141+127+45=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7F2D is #7280D2. Grayscale: #7A7A7A. Windows color (decimal): -7504083 or 2981773. OLE color: 2981773.

HSL color Cylindrical-coordinate representation of color #8D7F2D: hue angle of 51.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 #8D7F2D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 127 45 -
CMYK 0 0.10 0.68 0.45
HSL 51.25º 0.52% 0.36% -
HSV(B) 51.25º 0.68% 0.55% -
XYZ 19.05 21.03 5.54 -
YUV 121.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 141 127 45 0 0.10 0.68 0.45 51.25 0.52 0.36
Hex 8D 7F 2D 0 A 44 2D 33 34 24
Octal 215 177 55 0 12 104 55 63 64 44
Binary 10001101 1111111 101101 0 1010 1000100 101101 110011 110100 100100

Color Harmonies of #8D7F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7F2D

Black with #8D7F2D

Text Example


Text Example

White with #8D7F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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