Shades of Saddle Brown #903A0D
Tints of Saddle Brown #903A0D
RGB
CMYK
RGB Variations
Color information
#903A0D (or 0x903A0D) is known color: Saddle Brown. HEX triplet: 90, 3A and 0D. RGB value is (144,58,13). Sum of RGB (Red+Green+Blue) = 144+58+13=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #903A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903A0D is #6FC5F2. Grayscale: #4E4E4E. Windows color (decimal): -7325171 or 866960. OLE color: 866960.
HSL color Cylindrical-coordinate representation of color #903A0D: hue angle of 20.61º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #903A0D is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 13 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.44 |
| HSL | 20.61º | 0.83% | 0.31% | - |
| HSV(B) | 20.61º | 0.91% | 0.56% | - |
| XYZ | 13.09 | 8.98 | 1.43 | - |
| YUV | 78.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 13 | 0 | 0.60 | 0.91 | 0.44 | 20.61 | 0.83 | 0.31 |
| Hex | 90 | 3A | D | 0 | 3C | 5B | 2C | 15 | 53 | 1F |
| Octal | 220 | 72 | 15 | 0 | 74 | 133 | 54 | 25 | 123 | 37 |
| Binary | 10010000 | 111010 | 1101 | 0 | 111100 | 1011011 | 101100 | 10101 | 1010011 | 11111 |
Color Harmonies of #903A0D
Complementary color
Monochromatic Colors of #903A0D
Black with #903A0D
Text Example
Text Example
White with #903A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A0D; }
p { color: rgb(144,58,13); }
H1.HeaderClassName
{
color: #903A0D;
}
.AnyTagClassName
{
color: #903A0D;
}
</style>
background-color css
<style>
a { background-color: #903A0D; }
a { background-color: rgb(144,58,13); }
div.DivClassName
{
background-color: #903A0D;
}
.BgClassName
{
background-color: #903A0D;
}
</style>
border-color css
<style>
span { border-color: #903A0D; }
span { border-color: rgb(144,58,13); }
td.TdClassName
{
border-color: #903A0D;
}
.TagClassName
{
border-color: #903A0D;
}
</style>