Shades of Saddle Brown #9B4A03
Tints of Saddle Brown #9B4A03
RGB
CMYK
RGB Variations
Color information
#9B4A03 (or 0x9B4A03) is known color: Saddle Brown. HEX triplet: 9B, 4A and 03. RGB value is (155,74,3). Sum of RGB (Red+Green+Blue) = 155+74+3=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4A03 is #64B5FC. Grayscale: #5A5A5A. Windows color (decimal): -6600189 or 215707. OLE color: 215707.
HSL color Cylindrical-coordinate representation of color #9B4A03: hue angle of 28.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B4A03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.39 |
| HSL | 28.03º | 0.96% | 0.31% | - |
| HSV(B) | 28.03º | 0.98% | 0.61% | - |
| XYZ | 15.98 | 11.87 | 1.54 | - |
| YUV | 90.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 3 | 0 | 0.52 | 0.98 | 0.39 | 28.03 | 0.96 | 0.31 |
| Hex | 9B | 4A | 3 | 0 | 34 | 62 | 27 | 1C | 60 | 1F |
| Octal | 233 | 112 | 3 | 0 | 64 | 142 | 47 | 34 | 140 | 37 |
| Binary | 10011011 | 1001010 | 11 | 0 | 110100 | 1100010 | 100111 | 11100 | 1100000 | 11111 |
Color Harmonies of #9B4A03
Complementary color
Monochromatic Colors of #9B4A03
Black with #9B4A03
Text Example
Text Example
White with #9B4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A03; }
p { color: rgb(155,74,3); }
H1.HeaderClassName
{
color: #9B4A03;
}
.AnyTagClassName
{
color: #9B4A03;
}
</style>
background-color css
<style>
a { background-color: #9B4A03; }
a { background-color: rgb(155,74,3); }
div.DivClassName
{
background-color: #9B4A03;
}
.BgClassName
{
background-color: #9B4A03;
}
</style>
border-color css
<style>
span { border-color: #9B4A03; }
span { border-color: rgb(155,74,3); }
td.TdClassName
{
border-color: #9B4A03;
}
.TagClassName
{
border-color: #9B4A03;
}
</style>