Shades of Saddle Brown #9B400C
Tints of Saddle Brown #9B400C
RGB
CMYK
RGB Variations
Color information
#9B400C (or 0x9B400C) is known color: Saddle Brown. HEX triplet: 9B, 40 and 0C. RGB value is (155,64,12). Sum of RGB (Red+Green+Blue) = 155+64+12=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B400C is #64BFF3. Grayscale: #555555. Windows color (decimal): -6602740 or 802971. OLE color: 802971.
HSL color Cylindrical-coordinate representation of color #9B400C: hue angle of 21.82º 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 #9B400C is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 12 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.39 |
| HSL | 21.82º | 0.86% | 0.33% | - |
| HSV(B) | 21.82º | 0.92% | 0.61% | - |
| XYZ | 15.42 | 10.66 | 1.59 | - |
| YUV | 85.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 12 | 0 | 0.59 | 0.92 | 0.39 | 21.82 | 0.86 | 0.33 |
| Hex | 9B | 40 | C | 0 | 3B | 5C | 27 | 16 | 56 | 21 |
| Octal | 233 | 100 | 14 | 0 | 73 | 134 | 47 | 26 | 126 | 41 |
| Binary | 10011011 | 1000000 | 1100 | 0 | 111011 | 1011100 | 100111 | 10110 | 1010110 | 100001 |
Color Harmonies of #9B400C
Complementary color
Monochromatic Colors of #9B400C
Black with #9B400C
Text Example
Text Example
White with #9B400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B400C; }
p { color: rgb(155,64,12); }
H1.HeaderClassName
{
color: #9B400C;
}
.AnyTagClassName
{
color: #9B400C;
}
</style>
background-color css
<style>
a { background-color: #9B400C; }
a { background-color: rgb(155,64,12); }
div.DivClassName
{
background-color: #9B400C;
}
.BgClassName
{
background-color: #9B400C;
}
</style>
border-color css
<style>
span { border-color: #9B400C; }
span { border-color: rgb(155,64,12); }
td.TdClassName
{
border-color: #9B400C;
}
.TagClassName
{
border-color: #9B400C;
}
</style>