Shades of Saddle Brown #903B0F
Tints of Saddle Brown #903B0F
RGB
CMYK
RGB Variations
Color information
#903B0F (or 0x903B0F) is known color: Saddle Brown. HEX triplet: 90, 3B and 0F. RGB value is (144,59,15). Sum of RGB (Red+Green+Blue) = 144+59+15=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #903B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903B0F is #6FC4F0. Grayscale: #4F4F4F. Windows color (decimal): -7324913 or 998288. OLE color: 998288.
HSL color Cylindrical-coordinate representation of color #903B0F: hue angle of 20.47º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #903B0F is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 15 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.44 |
| HSL | 20.47º | 0.81% | 0.31% | - |
| HSV(B) | 20.47º | 0.9% | 0.56% | - |
| XYZ | 13.15 | 9.09 | 1.51 | - |
| YUV | 79.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 15 | 0 | 0.59 | 0.90 | 0.44 | 20.47 | 0.81 | 0.31 |
| Hex | 90 | 3B | F | 0 | 3B | 5A | 2C | 14 | 51 | 1F |
| Octal | 220 | 73 | 17 | 0 | 73 | 132 | 54 | 24 | 121 | 37 |
| Binary | 10010000 | 111011 | 1111 | 0 | 111011 | 1011010 | 101100 | 10100 | 1010001 | 11111 |
Color Harmonies of #903B0F
Complementary color
Monochromatic Colors of #903B0F
Black with #903B0F
Text Example
Text Example
White with #903B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B0F; }
p { color: rgb(144,59,15); }
H1.HeaderClassName
{
color: #903B0F;
}
.AnyTagClassName
{
color: #903B0F;
}
</style>
background-color css
<style>
a { background-color: #903B0F; }
a { background-color: rgb(144,59,15); }
div.DivClassName
{
background-color: #903B0F;
}
.BgClassName
{
background-color: #903B0F;
}
</style>
border-color css
<style>
span { border-color: #903B0F; }
span { border-color: rgb(144,59,15); }
td.TdClassName
{
border-color: #903B0F;
}
.TagClassName
{
border-color: #903B0F;
}
</style>