Shades of Saddle Brown #903D0B
Tints of Saddle Brown #903D0B
RGB
CMYK
RGB Variations
Color information
#903D0B (or 0x903D0B) is known color: Saddle Brown. HEX triplet: 90, 3D and 0B. RGB value is (144,61,11). Sum of RGB (Red+Green+Blue) = 144+61+11=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #903D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903D0B is #6FC2F4. Grayscale: #505050. Windows color (decimal): -7324405 or 736656. OLE color: 736656.
HSL color Cylindrical-coordinate representation of color #903D0B: hue angle of 22.56º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #903D0B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 11 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.44 |
| HSL | 22.56º | 0.86% | 0.3% | - |
| HSV(B) | 22.56º | 0.92% | 0.56% | - |
| XYZ | 13.23 | 9.29 | 1.41 | - |
| YUV | 80.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 11 | 0 | 0.58 | 0.92 | 0.44 | 22.56 | 0.86 | 0.3 |
| Hex | 90 | 3D | B | 0 | 3A | 5C | 2C | 17 | 56 | 1E |
| Octal | 220 | 75 | 13 | 0 | 72 | 134 | 54 | 27 | 126 | 36 |
| Binary | 10010000 | 111101 | 1011 | 0 | 111010 | 1011100 | 101100 | 10111 | 1010110 | 11110 |
Color Harmonies of #903D0B
Complementary color
Monochromatic Colors of #903D0B
Black with #903D0B
Text Example
Text Example
White with #903D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D0B; }
p { color: rgb(144,61,11); }
H1.HeaderClassName
{
color: #903D0B;
}
.AnyTagClassName
{
color: #903D0B;
}
</style>
background-color css
<style>
a { background-color: #903D0B; }
a { background-color: rgb(144,61,11); }
div.DivClassName
{
background-color: #903D0B;
}
.BgClassName
{
background-color: #903D0B;
}
</style>
border-color css
<style>
span { border-color: #903D0B; }
span { border-color: rgb(144,61,11); }
td.TdClassName
{
border-color: #903D0B;
}
.TagClassName
{
border-color: #903D0B;
}
</style>