Shades of Saddle Brown #9A3F0D
Tints of Saddle Brown #9A3F0D
RGB
CMYK
RGB Variations
Color information
#9A3F0D (or 0x9A3F0D) is known color: Saddle Brown. HEX triplet: 9A, 3F and 0D. RGB value is (154,63,13). Sum of RGB (Red+Green+Blue) = 154+63+13=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3F0D is #65C0F2. Grayscale: #545454. Windows color (decimal): -6668531 or 868250. OLE color: 868250.
HSL color Cylindrical-coordinate representation of color #9A3F0D: hue angle of 21.28º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A3F0D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 63 | 13 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.40 |
| HSL | 21.28º | 0.84% | 0.33% | - |
| HSV(B) | 21.28º | 0.92% | 0.6% | - |
| XYZ | 15.18 | 10.45 | 1.6 | - |
| YUV | 84.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 13 | 0 | 0.59 | 0.92 | 0.40 | 21.28 | 0.84 | 0.33 |
| Hex | 9A | 3F | D | 0 | 3B | 5C | 28 | 15 | 54 | 21 |
| Octal | 232 | 77 | 15 | 0 | 73 | 134 | 50 | 25 | 124 | 41 |
| Binary | 10011010 | 111111 | 1101 | 0 | 111011 | 1011100 | 101000 | 10101 | 1010100 | 100001 |
Color Harmonies of #9A3F0D
Complementary color
Monochromatic Colors of #9A3F0D
Black with #9A3F0D
Text Example
Text Example
White with #9A3F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3F0D; }
p { color: rgb(154,63,13); }
H1.HeaderClassName
{
color: #9A3F0D;
}
.AnyTagClassName
{
color: #9A3F0D;
}
</style>
background-color css
<style>
a { background-color: #9A3F0D; }
a { background-color: rgb(154,63,13); }
div.DivClassName
{
background-color: #9A3F0D;
}
.BgClassName
{
background-color: #9A3F0D;
}
</style>
border-color css
<style>
span { border-color: #9A3F0D; }
span { border-color: rgb(154,63,13); }
td.TdClassName
{
border-color: #9A3F0D;
}
.TagClassName
{
border-color: #9A3F0D;
}
</style>