Shades of Saddle Brown #9B350C
Tints of Saddle Brown #9B350C
RGB
CMYK
RGB Variations
Color information
#9B350C (or 0x9B350C) is known color: Saddle Brown. HEX triplet: 9B, 35 and 0C. RGB value is (155,53,12). Sum of RGB (Red+Green+Blue) = 155+53+12=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B350C is #64CAF3. Grayscale: #4F4F4F. Windows color (decimal): -6605556 or 800155. OLE color: 800155.
HSL color Cylindrical-coordinate representation of color #9B350C: hue angle of 17.2º degrees, saturation: 0.86, 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 #9B350C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 12 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.39 |
| HSL | 17.2º | 0.86% | 0.33% | - |
| HSV(B) | 17.2º | 0.92% | 0.61% | - |
| XYZ | 14.86 | 9.54 | 1.41 | - |
| YUV | 78.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 12 | 0 | 0.66 | 0.92 | 0.39 | 17.2 | 0.86 | 0.33 |
| Hex | 9B | 35 | C | 0 | 42 | 5C | 27 | 11 | 56 | 21 |
| Octal | 233 | 65 | 14 | 0 | 102 | 134 | 47 | 21 | 126 | 41 |
| Binary | 10011011 | 110101 | 1100 | 0 | 1000010 | 1011100 | 100111 | 10001 | 1010110 | 100001 |
Color Harmonies of #9B350C
Complementary color
Monochromatic Colors of #9B350C
Black with #9B350C
Text Example
Text Example
White with #9B350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B350C; }
p { color: rgb(155,53,12); }
H1.HeaderClassName
{
color: #9B350C;
}
.AnyTagClassName
{
color: #9B350C;
}
</style>
background-color css
<style>
a { background-color: #9B350C; }
a { background-color: rgb(155,53,12); }
div.DivClassName
{
background-color: #9B350C;
}
.BgClassName
{
background-color: #9B350C;
}
</style>
border-color css
<style>
span { border-color: #9B350C; }
span { border-color: rgb(155,53,12); }
td.TdClassName
{
border-color: #9B350C;
}
.TagClassName
{
border-color: #9B350C;
}
</style>