Html Css Color HEX #8F8531 Lemon Ginger

📋 copy color: '#8F8531'

red 143 ◦ green 133 ◦ blue 49

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

Shades of Lemon Ginger #8F8531

Tints of Lemon Ginger #8F8531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 44%
G = 40.92%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8F8531 (or 0x8F8531) is known color: Lemon Ginger. HEX triplet: 8F, 85 and 31. RGB value is (143,133,49). Sum of RGB (Red+Green+Blue) = 143+133+49=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8531 is #707ACE. Grayscale: #7E7E7E. Windows color (decimal): -7371471 or 3245455. OLE color: 3245455.

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

Color convert

RGB 143 133 49 -
CMYK 0 0.07 0.66 0.44
HSL 53.62º 0.49% 0.38% -
HSV(B) 53.62º 0.66% 0.56% -
XYZ 20.27 22.84 6.25 -
YUV 126.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 143 133 49 0 0.07 0.66 0.44 53.62 0.49 0.38
Hex 8F 85 31 0 7 42 2C 36 31 26
Octal 217 205 61 0 7 102 54 66 61 46
Binary 10001111 10000101 110001 0 111 1000010 101100 110110 110001 100110

Color Harmonies of #8F8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8531

Black with #8F8531

Text Example


Text Example

White with #8F8531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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