Shades of Saddle Brown #903B16
Tints of Saddle Brown #903B16
RGB
CMYK
RGB Variations
Color information
#903B16 (or 0x903B16) is known color: Saddle Brown. HEX triplet: 90, 3B and 16. RGB value is (144,59,22). Sum of RGB (Red+Green+Blue) = 144+59+22=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #903B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903B16 is #6FC4E9. Grayscale: #505050. Windows color (decimal): -7324906 or 1457040. OLE color: 1457040.
HSL color Cylindrical-coordinate representation of color #903B16: hue angle of 18.2º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #903B16 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 22 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.44 |
| HSL | 18.2º | 0.73% | 0.33% | - |
| HSV(B) | 18.2º | 0.85% | 0.56% | - |
| XYZ | 13.21 | 9.12 | 1.82 | - |
| YUV | 80.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 22 | 0 | 0.59 | 0.85 | 0.44 | 18.2 | 0.73 | 0.33 |
| Hex | 90 | 3B | 16 | 0 | 3B | 55 | 2C | 12 | 49 | 21 |
| Octal | 220 | 73 | 26 | 0 | 73 | 125 | 54 | 22 | 111 | 41 |
| Binary | 10010000 | 111011 | 10110 | 0 | 111011 | 1010101 | 101100 | 10010 | 1001001 | 100001 |
Color Harmonies of #903B16
Complementary color
Monochromatic Colors of #903B16
Black with #903B16
Text Example
Text Example
White with #903B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B16; }
p { color: rgb(144,59,22); }
H1.HeaderClassName
{
color: #903B16;
}
.AnyTagClassName
{
color: #903B16;
}
</style>
background-color css
<style>
a { background-color: #903B16; }
a { background-color: rgb(144,59,22); }
div.DivClassName
{
background-color: #903B16;
}
.BgClassName
{
background-color: #903B16;
}
</style>
border-color css
<style>
span { border-color: #903B16; }
span { border-color: rgb(144,59,22); }
td.TdClassName
{
border-color: #903B16;
}
.TagClassName
{
border-color: #903B16;
}
</style>