Shades of Golden Brown #9B5E0D
Tints of Golden Brown #9B5E0D
RGB
CMYK
RGB Variations
Color information
#9B5E0D (or 0x9B5E0D) is known color: Golden Brown. HEX triplet: 9B, 5E and 0D. RGB value is (155,94,13). Sum of RGB (Red+Green+Blue) = 155+94+13=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5E0D is #64A1F2. Grayscale: #676767. Windows color (decimal): -6595059 or 876187. OLE color: 876187.
HSL color Cylindrical-coordinate representation of color #9B5E0D: hue angle of 34.23º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B5E0D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 13 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.39 |
| HSL | 34.23º | 0.85% | 0.33% | - |
| HSV(B) | 34.23º | 0.92% | 0.61% | - |
| XYZ | 17.59 | 15 | 2.35 | - |
| YUV | 103.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 13 | 0 | 0.39 | 0.92 | 0.39 | 34.23 | 0.85 | 0.33 |
| Hex | 9B | 5E | D | 0 | 27 | 5C | 27 | 22 | 55 | 21 |
| Octal | 233 | 136 | 15 | 0 | 47 | 134 | 47 | 42 | 125 | 41 |
| Binary | 10011011 | 1011110 | 1101 | 0 | 100111 | 1011100 | 100111 | 100010 | 1010101 | 100001 |
Color Harmonies of #9B5E0D
Complementary color
Monochromatic Colors of #9B5E0D
Black with #9B5E0D
Text Example
Text Example
White with #9B5E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E0D; }
p { color: rgb(155,94,13); }
H1.HeaderClassName
{
color: #9B5E0D;
}
.AnyTagClassName
{
color: #9B5E0D;
}
</style>
background-color css
<style>
a { background-color: #9B5E0D; }
a { background-color: rgb(155,94,13); }
div.DivClassName
{
background-color: #9B5E0D;
}
.BgClassName
{
background-color: #9B5E0D;
}
</style>
border-color css
<style>
span { border-color: #9B5E0D; }
span { border-color: rgb(155,94,13); }
td.TdClassName
{
border-color: #9B5E0D;
}
.TagClassName
{
border-color: #9B5E0D;
}
</style>