Shades of Golden Brown #9D550C
Tints of Golden Brown #9D550C
RGB
CMYK
RGB Variations
Color information
#9D550C (or 0x9D550C) is known color: Golden Brown. HEX triplet: 9D, 55 and 0C. RGB value is (157,85,12). Sum of RGB (Red+Green+Blue) = 157+85+12=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D550C is #62AAF3. Grayscale: #626262. Windows color (decimal): -6466292 or 808349. OLE color: 808349.
HSL color Cylindrical-coordinate representation of color #9D550C: hue angle of 30.21º 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 #9D550C is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 12 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.38 |
| HSL | 30.21º | 0.86% | 0.33% | - |
| HSV(B) | 30.21º | 0.92% | 0.62% | - |
| XYZ | 17.22 | 13.69 | 2.08 | - |
| YUV | 98.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 12 | 0 | 0.46 | 0.92 | 0.38 | 30.21 | 0.86 | 0.33 |
| Hex | 9D | 55 | C | 0 | 2E | 5C | 26 | 1E | 56 | 21 |
| Octal | 235 | 125 | 14 | 0 | 56 | 134 | 46 | 36 | 126 | 41 |
| Binary | 10011101 | 1010101 | 1100 | 0 | 101110 | 1011100 | 100110 | 11110 | 1010110 | 100001 |
Color Harmonies of #9D550C
Complementary color
Monochromatic Colors of #9D550C
Black with #9D550C
Text Example
Text Example
White with #9D550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D550C; }
p { color: rgb(157,85,12); }
H1.HeaderClassName
{
color: #9D550C;
}
.AnyTagClassName
{
color: #9D550C;
}
</style>
background-color css
<style>
a { background-color: #9D550C; }
a { background-color: rgb(157,85,12); }
div.DivClassName
{
background-color: #9D550C;
}
.BgClassName
{
background-color: #9D550C;
}
</style>
border-color css
<style>
span { border-color: #9D550C; }
span { border-color: rgb(157,85,12); }
td.TdClassName
{
border-color: #9D550C;
}
.TagClassName
{
border-color: #9D550C;
}
</style>