Shades of Golden Brown #9D520C
Tints of Golden Brown #9D520C
RGB
CMYK
RGB Variations
Color information
#9D520C (or 0x9D520C) is known color: Golden Brown. HEX triplet: 9D, 52 and 0C. RGB value is (157,82,12). Sum of RGB (Red+Green+Blue) = 157+82+12=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D520C is #62ADF3. Grayscale: #606060. Windows color (decimal): -6467060 or 807581. OLE color: 807581.
HSL color Cylindrical-coordinate representation of color #9D520C: hue angle of 28.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D520C is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 12 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.38 |
| HSL | 28.97º | 0.86% | 0.33% | - |
| HSV(B) | 28.97º | 0.92% | 0.62% | - |
| XYZ | 16.99 | 13.23 | 2.01 | - |
| YUV | 96.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 12 | 0 | 0.48 | 0.92 | 0.38 | 28.97 | 0.86 | 0.33 |
| Hex | 9D | 52 | C | 0 | 30 | 5C | 26 | 1D | 56 | 21 |
| Octal | 235 | 122 | 14 | 0 | 60 | 134 | 46 | 35 | 126 | 41 |
| Binary | 10011101 | 1010010 | 1100 | 0 | 110000 | 1011100 | 100110 | 11101 | 1010110 | 100001 |
Color Harmonies of #9D520C
Complementary color
Monochromatic Colors of #9D520C
Black with #9D520C
Text Example
Text Example
White with #9D520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D520C; }
p { color: rgb(157,82,12); }
H1.HeaderClassName
{
color: #9D520C;
}
.AnyTagClassName
{
color: #9D520C;
}
</style>
background-color css
<style>
a { background-color: #9D520C; }
a { background-color: rgb(157,82,12); }
div.DivClassName
{
background-color: #9D520C;
}
.BgClassName
{
background-color: #9D520C;
}
</style>
border-color css
<style>
span { border-color: #9D520C; }
span { border-color: rgb(157,82,12); }
td.TdClassName
{
border-color: #9D520C;
}
.TagClassName
{
border-color: #9D520C;
}
</style>