Shades of Saddle Brown #9B450A
Tints of Saddle Brown #9B450A
RGB
CMYK
RGB Variations
Color information
#9B450A (or 0x9B450A) is known color: Saddle Brown. HEX triplet: 9B, 45 and 0A. RGB value is (155,69,10). Sum of RGB (Red+Green+Blue) = 155+69+10=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B450A is #64BAF5. Grayscale: #585858. Windows color (decimal): -6601462 or 673179. OLE color: 673179.
HSL color Cylindrical-coordinate representation of color #9B450A: hue angle of 24.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B450A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.39 |
| HSL | 24.41º | 0.88% | 0.32% | - |
| HSV(B) | 24.41º | 0.94% | 0.61% | - |
| XYZ | 15.7 | 11.25 | 1.63 | - |
| YUV | 87.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 10 | 0 | 0.55 | 0.94 | 0.39 | 24.41 | 0.88 | 0.32 |
| Hex | 9B | 45 | A | 0 | 37 | 5E | 27 | 18 | 58 | 20 |
| Octal | 233 | 105 | 12 | 0 | 67 | 136 | 47 | 30 | 130 | 40 |
| Binary | 10011011 | 1000101 | 1010 | 0 | 110111 | 1011110 | 100111 | 11000 | 1011000 | 100000 |
Color Harmonies of #9B450A
Complementary color
Monochromatic Colors of #9B450A
Black with #9B450A
Text Example
Text Example
White with #9B450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B450A; }
p { color: rgb(155,69,10); }
H1.HeaderClassName
{
color: #9B450A;
}
.AnyTagClassName
{
color: #9B450A;
}
</style>
background-color css
<style>
a { background-color: #9B450A; }
a { background-color: rgb(155,69,10); }
div.DivClassName
{
background-color: #9B450A;
}
.BgClassName
{
background-color: #9B450A;
}
</style>
border-color css
<style>
span { border-color: #9B450A; }
span { border-color: rgb(155,69,10); }
td.TdClassName
{
border-color: #9B450A;
}
.TagClassName
{
border-color: #9B450A;
}
</style>