Html Css Color HEX #8F832D Lemon Ginger

📋 copy color: '#8F832D'

red 143 ◦ green 131 ◦ blue 45

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

Shades of Lemon Ginger #8F832D

Tints of Lemon Ginger #8F832D

RGB

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

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

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

R = 44.83%
G = 41.07%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F832D (or 0x8F832D) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 2D. RGB value is (143,131,45). Sum of RGB (Red+Green+Blue) = 143+131+45=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F832D is #707CD2. Grayscale: #7D7D7D. Windows color (decimal): -7371987 or 2982799. OLE color: 2982799.

HSL color Cylindrical-coordinate representation of color #8F832D: hue angle of 52.65º 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 #8F832D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 131 45 -
CMYK 0 0.08 0.69 0.44
HSL 52.65º 0.52% 0.37% -
HSV(B) 52.65º 0.69% 0.56% -
XYZ 19.92 22.26 5.73 -
YUV 124.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 143 131 45 0 0.08 0.69 0.44 52.65 0.52 0.37
Hex 8F 83 2D 0 8 45 2C 35 34 25
Octal 217 203 55 0 10 105 54 65 64 45
Binary 10001111 10000011 101101 0 1000 1000101 101100 110101 110100 100101

Color Harmonies of #8F832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F832D

Black with #8F832D

Text Example


Text Example

White with #8F832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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