Shades of Golden Brown #9B711B
Tints of Golden Brown #9B711B
RGB
CMYK
RGB Variations
Color information
#9B711B (or 0x9B711B) is known color: Golden Brown. HEX triplet: 9B, 71 and 1B. RGB value is (155,113,27). Sum of RGB (Red+Green+Blue) = 155+113+27=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B711B is #648EE4. Grayscale: #747474. Windows color (decimal): -6590181 or 1798555. OLE color: 1798555.
HSL color Cylindrical-coordinate representation of color #9B711B: hue angle of 40.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B711B is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 27 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.39 |
| HSL | 40.31º | 0.7% | 0.36% | - |
| HSV(B) | 40.31º | 0.83% | 0.61% | - |
| XYZ | 19.62 | 18.86 | 3.64 | - |
| YUV | 115.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 27 | 0 | 0.27 | 0.83 | 0.39 | 40.31 | 0.7 | 0.36 |
| Hex | 9B | 71 | 1B | 0 | 1B | 53 | 27 | 28 | 46 | 24 |
| Octal | 233 | 161 | 33 | 0 | 33 | 123 | 47 | 50 | 106 | 44 |
| Binary | 10011011 | 1110001 | 11011 | 0 | 11011 | 1010011 | 100111 | 101000 | 1000110 | 100100 |
Color Harmonies of #9B711B
Complementary color
Monochromatic Colors of #9B711B
Black with #9B711B
Text Example
Text Example
White with #9B711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B711B; }
p { color: rgb(155,113,27); }
H1.HeaderClassName
{
color: #9B711B;
}
.AnyTagClassName
{
color: #9B711B;
}
</style>
background-color css
<style>
a { background-color: #9B711B; }
a { background-color: rgb(155,113,27); }
div.DivClassName
{
background-color: #9B711B;
}
.BgClassName
{
background-color: #9B711B;
}
</style>
border-color css
<style>
span { border-color: #9B711B; }
span { border-color: rgb(155,113,27); }
td.TdClassName
{
border-color: #9B711B;
}
.TagClassName
{
border-color: #9B711B;
}
</style>