Html Css Color HEX #8F852C Lemon Ginger

📋 copy color: '#8F852C'

red 143 ◦ green 133 ◦ blue 44

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

Shades of Lemon Ginger #8F852C

Tints of Lemon Ginger #8F852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 44.69%
G = 41.56%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F852C (or 0x8F852C) is known color: Lemon Ginger. HEX triplet: 8F, 85 and 2C. RGB value is (143,133,44). Sum of RGB (Red+Green+Blue) = 143+133+44=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F852C is #707AD3. Grayscale: #7E7E7E. Windows color (decimal): -7371476 or 2917775. OLE color: 2917775.

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

Color convert

RGB 143 133 44 -
CMYK 0 0.07 0.69 0.44
HSL 53.94º 0.53% 0.37% -
HSV(B) 53.94º 0.69% 0.56% -
XYZ 20.17 22.8 5.72 -
YUV 125.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 143 133 44 0 0.07 0.69 0.44 53.94 0.53 0.37
Hex 8F 85 2C 0 7 45 2C 36 35 25
Octal 217 205 54 0 7 105 54 66 65 45
Binary 10001111 10000101 101100 0 111 1000101 101100 110110 110101 100101

Color Harmonies of #8F852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F852C

Black with #8F852C

Text Example


Text Example

White with #8F852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,133,44); }

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

background-color css

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

 a { background-color: rgb(143,133,44); }

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

border-color css

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

 span { border-color: rgb(143,133,44); }

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