Shades of Saddle Brown #903D1B
Tints of Saddle Brown #903D1B
RGB
CMYK
RGB Variations
Color information
#903D1B (or 0x903D1B) is known color: Saddle Brown. HEX triplet: 90, 3D and 1B. RGB value is (144,61,27). Sum of RGB (Red+Green+Blue) = 144+61+27=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #903D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903D1B is #6FC2E4. Grayscale: #525252. Windows color (decimal): -7324389 or 1785232. OLE color: 1785232.
HSL color Cylindrical-coordinate representation of color #903D1B: hue angle of 17.44º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #903D1B is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 27 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.44 |
| HSL | 17.44º | 0.68% | 0.34% | - |
| HSV(B) | 17.44º | 0.81% | 0.56% | - |
| XYZ | 13.37 | 9.35 | 2.14 | - |
| YUV | 81.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 27 | 0 | 0.58 | 0.81 | 0.44 | 17.44 | 0.68 | 0.34 |
| Hex | 90 | 3D | 1B | 0 | 3A | 51 | 2C | 11 | 44 | 22 |
| Octal | 220 | 75 | 33 | 0 | 72 | 121 | 54 | 21 | 104 | 42 |
| Binary | 10010000 | 111101 | 11011 | 0 | 111010 | 1010001 | 101100 | 10001 | 1000100 | 100010 |
Color Harmonies of #903D1B
Complementary color
Monochromatic Colors of #903D1B
Black with #903D1B
Text Example
Text Example
White with #903D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D1B; }
p { color: rgb(144,61,27); }
H1.HeaderClassName
{
color: #903D1B;
}
.AnyTagClassName
{
color: #903D1B;
}
</style>
background-color css
<style>
a { background-color: #903D1B; }
a { background-color: rgb(144,61,27); }
div.DivClassName
{
background-color: #903D1B;
}
.BgClassName
{
background-color: #903D1B;
}
</style>
border-color css
<style>
span { border-color: #903D1B; }
span { border-color: rgb(144,61,27); }
td.TdClassName
{
border-color: #903D1B;
}
.TagClassName
{
border-color: #903D1B;
}
</style>