Shades of Saddle Brown #903F0B
Tints of Saddle Brown #903F0B
RGB
CMYK
RGB Variations
Color information
#903F0B (or 0x903F0B) is known color: Saddle Brown. HEX triplet: 90, 3F and 0B. RGB value is (144,63,11). Sum of RGB (Red+Green+Blue) = 144+63+11=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #903F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903F0B is #6FC0F4. Grayscale: #515151. Windows color (decimal): -7323893 or 737168. OLE color: 737168.
HSL color Cylindrical-coordinate representation of color #903F0B: hue angle of 23.46º 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 #903F0B is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 11 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.44 |
| HSL | 23.46º | 0.86% | 0.3% | - |
| HSV(B) | 23.46º | 0.92% | 0.56% | - |
| XYZ | 13.34 | 9.51 | 1.45 | - |
| YUV | 81.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 11 | 0 | 0.56 | 0.92 | 0.44 | 23.46 | 0.86 | 0.3 |
| Hex | 90 | 3F | B | 0 | 38 | 5C | 2C | 17 | 56 | 1E |
| Octal | 220 | 77 | 13 | 0 | 70 | 134 | 54 | 27 | 126 | 36 |
| Binary | 10010000 | 111111 | 1011 | 0 | 111000 | 1011100 | 101100 | 10111 | 1010110 | 11110 |
Color Harmonies of #903F0B
Complementary color
Monochromatic Colors of #903F0B
Black with #903F0B
Text Example
Text Example
White with #903F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F0B; }
p { color: rgb(144,63,11); }
H1.HeaderClassName
{
color: #903F0B;
}
.AnyTagClassName
{
color: #903F0B;
}
</style>
background-color css
<style>
a { background-color: #903F0B; }
a { background-color: rgb(144,63,11); }
div.DivClassName
{
background-color: #903F0B;
}
.BgClassName
{
background-color: #903F0B;
}
</style>
border-color css
<style>
span { border-color: #903F0B; }
span { border-color: rgb(144,63,11); }
td.TdClassName
{
border-color: #903F0B;
}
.TagClassName
{
border-color: #903F0B;
}
</style>