Shades of Saddle Brown #903D01
Tints of Saddle Brown #903D01
RGB
CMYK
RGB Variations
Color information
#903D01 (or 0x903D01) is known color: Saddle Brown. HEX triplet: 90, 3D and 01. RGB value is (144,61,1). Sum of RGB (Red+Green+Blue) = 144+61+1=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #903D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903D01 is #6FC2FE. Grayscale: #4F4F4F. Windows color (decimal): -7324415 or 81296. OLE color: 81296.
HSL color Cylindrical-coordinate representation of color #903D01: hue angle of 25.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #903D01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.44 |
| HSL | 25.17º | 0.99% | 0.28% | - |
| HSV(B) | 25.17º | 0.99% | 0.56% | - |
| XYZ | 13.18 | 9.27 | 1.12 | - |
| YUV | 78.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 1 | 0 | 0.58 | 0.99 | 0.44 | 25.17 | 0.99 | 0.28 |
| Hex | 90 | 3D | 1 | 0 | 3A | 63 | 2C | 19 | 63 | 1C |
| Octal | 220 | 75 | 1 | 0 | 72 | 143 | 54 | 31 | 143 | 34 |
| Binary | 10010000 | 111101 | 1 | 0 | 111010 | 1100011 | 101100 | 11001 | 1100011 | 11100 |
Color Harmonies of #903D01
Complementary color
Monochromatic Colors of #903D01
Black with #903D01
Text Example
Text Example
White with #903D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D01; }
p { color: rgb(144,61,1); }
H1.HeaderClassName
{
color: #903D01;
}
.AnyTagClassName
{
color: #903D01;
}
</style>
background-color css
<style>
a { background-color: #903D01; }
a { background-color: rgb(144,61,1); }
div.DivClassName
{
background-color: #903D01;
}
.BgClassName
{
background-color: #903D01;
}
</style>
border-color css
<style>
span { border-color: #903D01; }
span { border-color: rgb(144,61,1); }
td.TdClassName
{
border-color: #903D01;
}
.TagClassName
{
border-color: #903D01;
}
</style>