Shades of Golden Brown #9D721A
Tints of Golden Brown #9D721A
RGB
CMYK
RGB Variations
Color information
#9D721A (or 0x9D721A) is known color: Golden Brown. HEX triplet: 9D, 72 and 1A. RGB value is (157,114,26). Sum of RGB (Red+Green+Blue) = 157+114+26=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D721A is #628DE5. Grayscale: #757575. Windows color (decimal): -6458854 or 1733277. OLE color: 1733277.
HSL color Cylindrical-coordinate representation of color #9D721A: hue angle of 40.31º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D721A is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 26 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.38 |
| HSL | 40.31º | 0.72% | 0.36% | - |
| HSV(B) | 40.31º | 0.83% | 0.62% | - |
| XYZ | 20.11 | 19.28 | 3.64 | - |
| YUV | 116.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 26 | 0 | 0.27 | 0.83 | 0.38 | 40.31 | 0.72 | 0.36 |
| Hex | 9D | 72 | 1A | 0 | 1B | 53 | 26 | 28 | 48 | 24 |
| Octal | 235 | 162 | 32 | 0 | 33 | 123 | 46 | 50 | 110 | 44 |
| Binary | 10011101 | 1110010 | 11010 | 0 | 11011 | 1010011 | 100110 | 101000 | 1001000 | 100100 |
Color Harmonies of #9D721A
Complementary color
Monochromatic Colors of #9D721A
Black with #9D721A
Text Example
Text Example
White with #9D721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D721A; }
p { color: rgb(157,114,26); }
H1.HeaderClassName
{
color: #9D721A;
}
.AnyTagClassName
{
color: #9D721A;
}
</style>
background-color css
<style>
a { background-color: #9D721A; }
a { background-color: rgb(157,114,26); }
div.DivClassName
{
background-color: #9D721A;
}
.BgClassName
{
background-color: #9D721A;
}
</style>
border-color css
<style>
span { border-color: #9D721A; }
span { border-color: rgb(157,114,26); }
td.TdClassName
{
border-color: #9D721A;
}
.TagClassName
{
border-color: #9D721A;
}
</style>