Html Css Color HEX #8F7D32 Lemon Ginger

📋 copy color: '#8F7D32'

red 143 ◦ green 125 ◦ blue 50

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

Shades of Lemon Ginger #8F7D32

Tints of Lemon Ginger #8F7D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 44.97%
G = 39.31%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8F7D32 (or 0x8F7D32) is known color: Lemon Ginger. HEX triplet: 8F, 7D and 32. RGB value is (143,125,50). Sum of RGB (Red+Green+Blue) = 143+125+50=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7D32 is #7082CD. Grayscale: #7A7A7A. Windows color (decimal): -7373518 or 3308943. OLE color: 3308943.

HSL color Cylindrical-coordinate representation of color #8F7D32: hue angle of 48.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F7D32 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 125 50 -
CMYK 0 0.13 0.65 0.44
HSL 48.39º 0.48% 0.38% -
HSV(B) 48.39º 0.65% 0.56% -
XYZ 19.24 20.74 6.01 -
YUV 121.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 143 125 50 0 0.13 0.65 0.44 48.39 0.48 0.38
Hex 8F 7D 32 0 D 41 2C 30 30 26
Octal 217 175 62 0 15 101 54 60 60 46
Binary 10001111 1111101 110010 0 1101 1000001 101100 110000 110000 100110

Color Harmonies of #8F7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7D32

Black with #8F7D32

Text Example


Text Example

White with #8F7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,125,50); }

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

background-color css

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

 a { background-color: rgb(143,125,50); }

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

border-color css

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

 span { border-color: rgb(143,125,50); }

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