Html Css Color HEX #9F852C Lemon Ginger

📋 copy color: '#9F852C'

red 159 ◦ green 133 ◦ blue 44

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

Shades of Lemon Ginger #9F852C

Tints of Lemon Ginger #9F852C

RGB

 RED value IS 159 (62.5% from 255) = 47.32%

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

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

R = 47.32%
G = 39.58%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F852C (or 0x9F852C) is known color: Lemon Ginger. HEX triplet: 9F, 85 and 2C. RGB value is (159,133,44). Sum of RGB (Red+Green+Blue) = 159+133+44=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F852C is #607AD3. Grayscale: #838383. Windows color (decimal): -6322900 or 2917791. OLE color: 2917791.

HSL color Cylindrical-coordinate representation of color #9F852C: hue angle of 46.43º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F852C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 133 44 -
CMYK 0 0.16 0.72 0.38
HSL 46.43º 0.57% 0.4% -
HSV(B) 46.43º 0.72% 0.62% -
XYZ 23.14 24.33 5.86 -
YUV 130.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 159 133 44 0 0.16 0.72 0.38 46.43 0.57 0.4
Hex 9F 85 2C 0 10 48 26 2E 39 28
Octal 237 205 54 0 20 110 46 56 71 50
Binary 10011111 10000101 101100 0 10000 1001000 100110 101110 111001 101000

Color Harmonies of #9F852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F852C

Black with #9F852C

Text Example


Text Example

White with #9F852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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