Shades of Saddle Brown #9B360C
Tints of Saddle Brown #9B360C
RGB
CMYK
RGB Variations
Color information
#9B360C (or 0x9B360C) is known color: Saddle Brown. HEX triplet: 9B, 36 and 0C. RGB value is (155,54,12). Sum of RGB (Red+Green+Blue) = 155+54+12=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B360C is #64C9F3. Grayscale: #4F4F4F. Windows color (decimal): -6605300 or 800411. OLE color: 800411.
HSL color Cylindrical-coordinate representation of color #9B360C: hue angle of 17.62º 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 #9B360C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 12 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.39 |
| HSL | 17.62º | 0.86% | 0.33% | - |
| HSV(B) | 17.62º | 0.92% | 0.61% | - |
| XYZ | 14.9 | 9.63 | 1.42 | - |
| YUV | 79.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 12 | 0 | 0.65 | 0.92 | 0.39 | 17.62 | 0.86 | 0.33 |
| Hex | 9B | 36 | C | 0 | 41 | 5C | 27 | 12 | 56 | 21 |
| Octal | 233 | 66 | 14 | 0 | 101 | 134 | 47 | 22 | 126 | 41 |
| Binary | 10011011 | 110110 | 1100 | 0 | 1000001 | 1011100 | 100111 | 10010 | 1010110 | 100001 |
Color Harmonies of #9B360C
Complementary color
Monochromatic Colors of #9B360C
Black with #9B360C
Text Example
Text Example
White with #9B360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B360C; }
p { color: rgb(155,54,12); }
H1.HeaderClassName
{
color: #9B360C;
}
.AnyTagClassName
{
color: #9B360C;
}
</style>
background-color css
<style>
a { background-color: #9B360C; }
a { background-color: rgb(155,54,12); }
div.DivClassName
{
background-color: #9B360C;
}
.BgClassName
{
background-color: #9B360C;
}
</style>
border-color css
<style>
span { border-color: #9B360C; }
span { border-color: rgb(155,54,12); }
td.TdClassName
{
border-color: #9B360C;
}
.TagClassName
{
border-color: #9B360C;
}
</style>