Shades of Lucky #9F972D
Tints of Lucky #9F972D
RGB
CMYK
RGB Variations
Color information
#9F972D (or 0x9F972D) is known color: Lucky. HEX triplet: 9F, 97 and 2D. RGB value is (159,151,45). Sum of RGB (Red+Green+Blue) = 159+151+45=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F972D is #6068D2. Grayscale: #8D8D8D. Windows color (decimal): -6318291 or 2987935. OLE color: 2987935.
HSL color Cylindrical-coordinate representation of color #9F972D: hue angle of 55.79º degrees, saturation: 0.56, 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 #9F972D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 45 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.38 |
| HSL | 55.79º | 0.56% | 0.4% | - |
| HSV(B) | 55.79º | 0.72% | 0.62% | - |
| XYZ | 25.84 | 29.69 | 6.85 | - |
| YUV | 141.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 45 | 0 | 0.05 | 0.72 | 0.38 | 55.79 | 0.56 | 0.4 |
| Hex | 9F | 97 | 2D | 0 | 5 | 48 | 26 | 38 | 38 | 28 |
| Octal | 237 | 227 | 55 | 0 | 5 | 110 | 46 | 70 | 70 | 50 |
| Binary | 10011111 | 10010111 | 101101 | 0 | 101 | 1001000 | 100110 | 111000 | 111000 | 101000 |
Color Harmonies of #9F972D
Complementary color
Monochromatic Colors of #9F972D
Black with #9F972D
Text Example
Text Example
White with #9F972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F972D; }
p { color: rgb(159,151,45); }
H1.HeaderClassName
{
color: #9F972D;
}
.AnyTagClassName
{
color: #9F972D;
}
</style>
background-color css
<style>
a { background-color: #9F972D; }
a { background-color: rgb(159,151,45); }
div.DivClassName
{
background-color: #9F972D;
}
.BgClassName
{
background-color: #9F972D;
}
</style>
border-color css
<style>
span { border-color: #9F972D; }
span { border-color: rgb(159,151,45); }
td.TdClassName
{
border-color: #9F972D;
}
.TagClassName
{
border-color: #9F972D;
}
</style>