Shades of Saddle Brown #9B360D
Tints of Saddle Brown #9B360D
RGB
CMYK
RGB Variations
Color information
#9B360D (or 0x9B360D) is known color: Saddle Brown. HEX triplet: 9B, 36 and 0D. RGB value is (155,54,13). Sum of RGB (Red+Green+Blue) = 155+54+13=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B360D is #64C9F2. Grayscale: #4F4F4F. Windows color (decimal): -6605299 or 865947. OLE color: 865947.
HSL color Cylindrical-coordinate representation of color #9B360D: hue angle of 17.32º 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 #9B360D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 13 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.39 |
| HSL | 17.32º | 0.85% | 0.33% | - |
| HSV(B) | 17.32º | 0.92% | 0.61% | - |
| XYZ | 14.91 | 9.64 | 1.45 | - |
| YUV | 79.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 13 | 0 | 0.65 | 0.92 | 0.39 | 17.32 | 0.85 | 0.33 |
| Hex | 9B | 36 | D | 0 | 41 | 5C | 27 | 11 | 55 | 21 |
| Octal | 233 | 66 | 15 | 0 | 101 | 134 | 47 | 21 | 125 | 41 |
| Binary | 10011011 | 110110 | 1101 | 0 | 1000001 | 1011100 | 100111 | 10001 | 1010101 | 100001 |
Color Harmonies of #9B360D
Complementary color
Monochromatic Colors of #9B360D
Black with #9B360D
Text Example
Text Example
White with #9B360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B360D; }
p { color: rgb(155,54,13); }
H1.HeaderClassName
{
color: #9B360D;
}
.AnyTagClassName
{
color: #9B360D;
}
</style>
background-color css
<style>
a { background-color: #9B360D; }
a { background-color: rgb(155,54,13); }
div.DivClassName
{
background-color: #9B360D;
}
.BgClassName
{
background-color: #9B360D;
}
</style>
border-color css
<style>
span { border-color: #9B360D; }
span { border-color: rgb(155,54,13); }
td.TdClassName
{
border-color: #9B360D;
}
.TagClassName
{
border-color: #9B360D;
}
</style>