Shades of Golden Brown #9D540D
Tints of Golden Brown #9D540D
RGB
CMYK
RGB Variations
Color information
#9D540D (or 0x9D540D) is known color: Golden Brown. HEX triplet: 9D, 54 and 0D. RGB value is (157,84,13). Sum of RGB (Red+Green+Blue) = 157+84+13=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D540D is #62ABF2. Grayscale: #626262. Windows color (decimal): -6466547 or 873629. OLE color: 873629.
HSL color Cylindrical-coordinate representation of color #9D540D: hue angle of 29.58º degrees, saturation: 0.85, 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 #9D540D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 13 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.38 |
| HSL | 29.58º | 0.85% | 0.33% | - |
| HSV(B) | 29.58º | 0.92% | 0.62% | - |
| XYZ | 17.15 | 13.54 | 2.09 | - |
| YUV | 97.73 | 80.18 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 13 | 0 | 0.46 | 0.92 | 0.38 | 29.58 | 0.85 | 0.33 |
| Hex | 9D | 54 | D | 0 | 2E | 5C | 26 | 1E | 55 | 21 |
| Octal | 235 | 124 | 15 | 0 | 56 | 134 | 46 | 36 | 125 | 41 |
| Binary | 10011101 | 1010100 | 1101 | 0 | 101110 | 1011100 | 100110 | 11110 | 1010101 | 100001 |
Color Harmonies of #9D540D
Complementary color
Monochromatic Colors of #9D540D
Black with #9D540D
Text Example
Text Example
White with #9D540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D540D; }
p { color: rgb(157,84,13); }
H1.HeaderClassName
{
color: #9D540D;
}
.AnyTagClassName
{
color: #9D540D;
}
</style>
background-color css
<style>
a { background-color: #9D540D; }
a { background-color: rgb(157,84,13); }
div.DivClassName
{
background-color: #9D540D;
}
.BgClassName
{
background-color: #9D540D;
}
</style>
border-color css
<style>
span { border-color: #9D540D; }
span { border-color: rgb(157,84,13); }
td.TdClassName
{
border-color: #9D540D;
}
.TagClassName
{
border-color: #9D540D;
}
</style>