Shades of Saddle Brown #9B380C
Tints of Saddle Brown #9B380C
RGB
CMYK
RGB Variations
Color information
#9B380C (or 0x9B380C) is known color: Saddle Brown. HEX triplet: 9B, 38 and 0C. RGB value is (155,56,12). Sum of RGB (Red+Green+Blue) = 155+56+12=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B380C is #64C7F3. Grayscale: #505050. Windows color (decimal): -6604788 or 800923. OLE color: 800923.
HSL color Cylindrical-coordinate representation of color #9B380C: hue angle of 18.46º 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 #9B380C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 12 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.39 |
| HSL | 18.46º | 0.86% | 0.33% | - |
| HSV(B) | 18.46º | 0.92% | 0.61% | - |
| XYZ | 15 | 9.82 | 1.45 | - |
| YUV | 80.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 12 | 0 | 0.64 | 0.92 | 0.39 | 18.46 | 0.86 | 0.33 |
| Hex | 9B | 38 | C | 0 | 40 | 5C | 27 | 12 | 56 | 21 |
| Octal | 233 | 70 | 14 | 0 | 100 | 134 | 47 | 22 | 126 | 41 |
| Binary | 10011011 | 111000 | 1100 | 0 | 1000000 | 1011100 | 100111 | 10010 | 1010110 | 100001 |
Color Harmonies of #9B380C
Complementary color
Monochromatic Colors of #9B380C
Black with #9B380C
Text Example
Text Example
White with #9B380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B380C; }
p { color: rgb(155,56,12); }
H1.HeaderClassName
{
color: #9B380C;
}
.AnyTagClassName
{
color: #9B380C;
}
</style>
background-color css
<style>
a { background-color: #9B380C; }
a { background-color: rgb(155,56,12); }
div.DivClassName
{
background-color: #9B380C;
}
.BgClassName
{
background-color: #9B380C;
}
</style>
border-color css
<style>
span { border-color: #9B380C; }
span { border-color: rgb(155,56,12); }
td.TdClassName
{
border-color: #9B380C;
}
.TagClassName
{
border-color: #9B380C;
}
</style>