Shades of Golden Brown #9D701A
Tints of Golden Brown #9D701A
RGB
CMYK
RGB Variations
Color information
#9D701A (or 0x9D701A) is known color: Golden Brown. HEX triplet: 9D, 70 and 1A. RGB value is (157,112,26). Sum of RGB (Red+Green+Blue) = 157+112+26=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D701A is #628FE5. Grayscale: #747474. Windows color (decimal): -6459366 or 1732765. OLE color: 1732765.
HSL color Cylindrical-coordinate representation of color #9D701A: hue angle of 39.39º 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 #9D701A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 26 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.38 |
| HSL | 39.39º | 0.72% | 0.36% | - |
| HSV(B) | 39.39º | 0.83% | 0.62% | - |
| XYZ | 19.89 | 18.83 | 3.56 | - |
| YUV | 115.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 26 | 0 | 0.29 | 0.83 | 0.38 | 39.39 | 0.72 | 0.36 |
| Hex | 9D | 70 | 1A | 0 | 1D | 53 | 26 | 27 | 48 | 24 |
| Octal | 235 | 160 | 32 | 0 | 35 | 123 | 46 | 47 | 110 | 44 |
| Binary | 10011101 | 1110000 | 11010 | 0 | 11101 | 1010011 | 100110 | 100111 | 1001000 | 100100 |
Color Harmonies of #9D701A
Complementary color
Monochromatic Colors of #9D701A
Black with #9D701A
Text Example
Text Example
White with #9D701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D701A; }
p { color: rgb(157,112,26); }
H1.HeaderClassName
{
color: #9D701A;
}
.AnyTagClassName
{
color: #9D701A;
}
</style>
background-color css
<style>
a { background-color: #9D701A; }
a { background-color: rgb(157,112,26); }
div.DivClassName
{
background-color: #9D701A;
}
.BgClassName
{
background-color: #9D701A;
}
</style>
border-color css
<style>
span { border-color: #9D701A; }
span { border-color: rgb(157,112,26); }
td.TdClassName
{
border-color: #9D701A;
}
.TagClassName
{
border-color: #9D701A;
}
</style>