Shades of Golden Brown #9B5F0D
Tints of Golden Brown #9B5F0D
RGB
CMYK
RGB Variations
Color information
#9B5F0D (or 0x9B5F0D) is known color: Golden Brown. HEX triplet: 9B, 5F and 0D. RGB value is (155,95,13). Sum of RGB (Red+Green+Blue) = 155+95+13=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5F0D is #64A0F2. Grayscale: #676767. Windows color (decimal): -6594803 or 876443. OLE color: 876443.
HSL color Cylindrical-coordinate representation of color #9B5F0D: hue angle of 34.65º 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 #9B5F0D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 95 | 13 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.39 |
| HSL | 34.65º | 0.85% | 0.33% | - |
| HSV(B) | 34.65º | 0.92% | 0.61% | - |
| XYZ | 17.68 | 15.18 | 2.38 | - |
| YUV | 103.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 13 | 0 | 0.39 | 0.92 | 0.39 | 34.65 | 0.85 | 0.33 |
| Hex | 9B | 5F | D | 0 | 27 | 5C | 27 | 23 | 55 | 21 |
| Octal | 233 | 137 | 15 | 0 | 47 | 134 | 47 | 43 | 125 | 41 |
| Binary | 10011011 | 1011111 | 1101 | 0 | 100111 | 1011100 | 100111 | 100011 | 1010101 | 100001 |
Color Harmonies of #9B5F0D
Complementary color
Monochromatic Colors of #9B5F0D
Black with #9B5F0D
Text Example
Text Example
White with #9B5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5F0D; }
p { color: rgb(155,95,13); }
H1.HeaderClassName
{
color: #9B5F0D;
}
.AnyTagClassName
{
color: #9B5F0D;
}
</style>
background-color css
<style>
a { background-color: #9B5F0D; }
a { background-color: rgb(155,95,13); }
div.DivClassName
{
background-color: #9B5F0D;
}
.BgClassName
{
background-color: #9B5F0D;
}
</style>
border-color css
<style>
span { border-color: #9B5F0D; }
span { border-color: rgb(155,95,13); }
td.TdClassName
{
border-color: #9B5F0D;
}
.TagClassName
{
border-color: #9B5F0D;
}
</style>