Shades of Golden Brown #9B5305
Tints of Golden Brown #9B5305
RGB
CMYK
RGB Variations
Color information
#9B5305 (or 0x9B5305) is known color: Golden Brown. HEX triplet: 9B, 53 and 05. RGB value is (155,83,5). Sum of RGB (Red+Green+Blue) = 155+83+5=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5305 is #64ACFA. Grayscale: #606060. Windows color (decimal): -6597883 or 349083. OLE color: 349083.
HSL color Cylindrical-coordinate representation of color #9B5305: hue angle of 31.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B5305 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.39 |
| HSL | 31.2º | 0.94% | 0.31% | - |
| HSV(B) | 31.2º | 0.97% | 0.61% | - |
| XYZ | 16.64 | 13.17 | 1.81 | - |
| YUV | 95.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 5 | 0 | 0.46 | 0.97 | 0.39 | 31.2 | 0.94 | 0.31 |
| Hex | 9B | 53 | 5 | 0 | 2E | 61 | 27 | 1F | 5E | 1F |
| Octal | 233 | 123 | 5 | 0 | 56 | 141 | 47 | 37 | 136 | 37 |
| Binary | 10011011 | 1010011 | 101 | 0 | 101110 | 1100001 | 100111 | 11111 | 1011110 | 11111 |
Color Harmonies of #9B5305
Complementary color
Monochromatic Colors of #9B5305
Black with #9B5305
Text Example
Text Example
White with #9B5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5305; }
p { color: rgb(155,83,5); }
H1.HeaderClassName
{
color: #9B5305;
}
.AnyTagClassName
{
color: #9B5305;
}
</style>
background-color css
<style>
a { background-color: #9B5305; }
a { background-color: rgb(155,83,5); }
div.DivClassName
{
background-color: #9B5305;
}
.BgClassName
{
background-color: #9B5305;
}
</style>
border-color css
<style>
span { border-color: #9B5305; }
span { border-color: rgb(155,83,5); }
td.TdClassName
{
border-color: #9B5305;
}
.TagClassName
{
border-color: #9B5305;
}
</style>