Shades of Saddle Brown #9B3205
Tints of Saddle Brown #9B3205
RGB
CMYK
RGB Variations
Color information
#9B3205 (or 0x9B3205) is known color: Saddle Brown. HEX triplet: 9B, 32 and 05. RGB value is (155,50,5). Sum of RGB (Red+Green+Blue) = 155+50+5=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3205 is #64CDFA. Grayscale: #4C4C4C. Windows color (decimal): -6606331 or 340635. OLE color: 340635.
HSL color Cylindrical-coordinate representation of color #9B3205: hue angle of 18º 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 #9B3205 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.39 |
| HSL | 18º | 0.94% | 0.31% | - |
| HSV(B) | 18º | 0.97% | 0.61% | - |
| XYZ | 14.69 | 9.26 | 1.16 | - |
| YUV | 76.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 5 | 0 | 0.68 | 0.97 | 0.39 | 18 | 0.94 | 0.31 |
| Hex | 9B | 32 | 5 | 0 | 44 | 61 | 27 | 12 | 5E | 1F |
| Octal | 233 | 62 | 5 | 0 | 104 | 141 | 47 | 22 | 136 | 37 |
| Binary | 10011011 | 110010 | 101 | 0 | 1000100 | 1100001 | 100111 | 10010 | 1011110 | 11111 |
Color Harmonies of #9B3205
Complementary color
Monochromatic Colors of #9B3205
Black with #9B3205
Text Example
Text Example
White with #9B3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3205; }
p { color: rgb(155,50,5); }
H1.HeaderClassName
{
color: #9B3205;
}
.AnyTagClassName
{
color: #9B3205;
}
</style>
background-color css
<style>
a { background-color: #9B3205; }
a { background-color: rgb(155,50,5); }
div.DivClassName
{
background-color: #9B3205;
}
.BgClassName
{
background-color: #9B3205;
}
</style>
border-color css
<style>
span { border-color: #9B3205; }
span { border-color: rgb(155,50,5); }
td.TdClassName
{
border-color: #9B3205;
}
.TagClassName
{
border-color: #9B3205;
}
</style>