Shades of Luxor Gold #9C823F
Tints of Luxor Gold #9C823F
RGB
CMYK
RGB Variations
Color information
#9C823F (or 0x9C823F) is known color: Luxor Gold. HEX triplet: 9C, 82 and 3F. RGB value is (156,130,63). Sum of RGB (Red+Green+Blue) = 156+130+63=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C823F is #637DC0. Grayscale: #828282. Windows color (decimal): -6520257 or 4162204. OLE color: 4162204.
HSL color Cylindrical-coordinate representation of color #9C823F: hue angle of 43.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C823F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 63 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.39 |
| HSL | 43.23º | 0.42% | 0.43% | - |
| HSV(B) | 43.23º | 0.6% | 0.61% | - |
| XYZ | 22.59 | 23.39 | 8.03 | - |
| YUV | 130.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 63 | 0 | 0.17 | 0.60 | 0.39 | 43.23 | 0.42 | 0.43 |
| Hex | 9C | 82 | 3F | 0 | 11 | 3C | 27 | 2B | 2A | 2B |
| Octal | 234 | 202 | 77 | 0 | 21 | 74 | 47 | 53 | 52 | 53 |
| Binary | 10011100 | 10000010 | 111111 | 0 | 10001 | 111100 | 100111 | 101011 | 101010 | 101011 |
Color Harmonies of #9C823F
Complementary color
Monochromatic Colors of #9C823F
Black with #9C823F
Text Example
Text Example
White with #9C823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C823F; }
p { color: rgb(156,130,63); }
H1.HeaderClassName
{
color: #9C823F;
}
.AnyTagClassName
{
color: #9C823F;
}
</style>
background-color css
<style>
a { background-color: #9C823F; }
a { background-color: rgb(156,130,63); }
div.DivClassName
{
background-color: #9C823F;
}
.BgClassName
{
background-color: #9C823F;
}
</style>
border-color css
<style>
span { border-color: #9C823F; }
span { border-color: rgb(156,130,63); }
td.TdClassName
{
border-color: #9C823F;
}
.TagClassName
{
border-color: #9C823F;
}
</style>