Shades of Golden Brown #9B550D
Tints of Golden Brown #9B550D
RGB
CMYK
RGB Variations
Color information
#9B550D (or 0x9B550D) is known color: Golden Brown. HEX triplet: 9B, 55 and 0D. RGB value is (155,85,13). Sum of RGB (Red+Green+Blue) = 155+85+13=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B550D is #64AAF2. Grayscale: #626262. Windows color (decimal): -6597363 or 873883. OLE color: 873883.
HSL color Cylindrical-coordinate representation of color #9B550D: hue angle of 30.42º 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 #9B550D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.39 |
| HSL | 30.42º | 0.85% | 0.33% | - |
| HSV(B) | 30.42º | 0.92% | 0.61% | - |
| XYZ | 16.84 | 13.49 | 2.1 | - |
| YUV | 97.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 13 | 0 | 0.45 | 0.92 | 0.39 | 30.42 | 0.85 | 0.33 |
| Hex | 9B | 55 | D | 0 | 2D | 5C | 27 | 1E | 55 | 21 |
| Octal | 233 | 125 | 15 | 0 | 55 | 134 | 47 | 36 | 125 | 41 |
| Binary | 10011011 | 1010101 | 1101 | 0 | 101101 | 1011100 | 100111 | 11110 | 1010101 | 100001 |
Color Harmonies of #9B550D
Complementary color
Monochromatic Colors of #9B550D
Black with #9B550D
Text Example
Text Example
White with #9B550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B550D; }
p { color: rgb(155,85,13); }
H1.HeaderClassName
{
color: #9B550D;
}
.AnyTagClassName
{
color: #9B550D;
}
</style>
background-color css
<style>
a { background-color: #9B550D; }
a { background-color: rgb(155,85,13); }
div.DivClassName
{
background-color: #9B550D;
}
.BgClassName
{
background-color: #9B550D;
}
</style>
border-color css
<style>
span { border-color: #9B550D; }
span { border-color: rgb(155,85,13); }
td.TdClassName
{
border-color: #9B550D;
}
.TagClassName
{
border-color: #9B550D;
}
</style>