Html Css Color HEX #8F812D Lemon Ginger

📋 copy color: '#8F812D'

red 143 ◦ green 129 ◦ blue 45

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

Shades of Lemon Ginger #8F812D

Tints of Lemon Ginger #8F812D

RGB

 RED value IS 143 (56.25% from 255) = 45.11%

 GREEN value IS 129 (50.78% from 255) = 40.69%

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

R = 45.11%
G = 40.69%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F812D (or 0x8F812D) is known color: Lemon Ginger. HEX triplet: 8F, 81 and 2D. RGB value is (143,129,45). Sum of RGB (Red+Green+Blue) = 143+129+45=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F812D is #707ED2. Grayscale: #7B7B7B. Windows color (decimal): -7372499 or 2982287. OLE color: 2982287.

HSL color Cylindrical-coordinate representation of color #8F812D: hue angle of 51.43º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F812D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 129 45 -
CMYK 0 0.10 0.69 0.44
HSL 51.43º 0.52% 0.37% -
HSV(B) 51.43º 0.69% 0.56% -
XYZ 19.65 21.73 5.64 -
YUV 123.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 143 129 45 0 0.10 0.69 0.44 51.43 0.52 0.37
Hex 8F 81 2D 0 A 45 2C 33 34 25
Octal 217 201 55 0 12 105 54 63 64 45
Binary 10001111 10000001 101101 0 1010 1000101 101100 110011 110100 100101

Color Harmonies of #8F812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F812D

Black with #8F812D

Text Example


Text Example

White with #8F812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,45); }

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

background-color css

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

 a { background-color: rgb(143,129,45); }

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

border-color css

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

 span { border-color: rgb(143,129,45); }

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