Shades of Saddle Brown #903D18
Tints of Saddle Brown #903D18
RGB
CMYK
RGB Variations
Color information
#903D18 (or 0x903D18) is known color: Saddle Brown. HEX triplet: 90, 3D and 18. RGB value is (144,61,24). Sum of RGB (Red+Green+Blue) = 144+61+24=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #903D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903D18 is #6FC2E7. Grayscale: #515151. Windows color (decimal): -7324392 or 1588624. OLE color: 1588624.
HSL color Cylindrical-coordinate representation of color #903D18: hue angle of 18.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #903D18 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 24 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.44 |
| HSL | 18.5º | 0.71% | 0.33% | - |
| HSV(B) | 18.5º | 0.83% | 0.56% | - |
| XYZ | 13.34 | 9.33 | 1.96 | - |
| YUV | 81.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 24 | 0 | 0.58 | 0.83 | 0.44 | 18.5 | 0.71 | 0.33 |
| Hex | 90 | 3D | 18 | 0 | 3A | 53 | 2C | 12 | 47 | 21 |
| Octal | 220 | 75 | 30 | 0 | 72 | 123 | 54 | 22 | 107 | 41 |
| Binary | 10010000 | 111101 | 11000 | 0 | 111010 | 1010011 | 101100 | 10010 | 1000111 | 100001 |
Color Harmonies of #903D18
Complementary color
Monochromatic Colors of #903D18
Black with #903D18
Text Example
Text Example
White with #903D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D18; }
p { color: rgb(144,61,24); }
H1.HeaderClassName
{
color: #903D18;
}
.AnyTagClassName
{
color: #903D18;
}
</style>
background-color css
<style>
a { background-color: #903D18; }
a { background-color: rgb(144,61,24); }
div.DivClassName
{
background-color: #903D18;
}
.BgClassName
{
background-color: #903D18;
}
</style>
border-color css
<style>
span { border-color: #903D18; }
span { border-color: rgb(144,61,24); }
td.TdClassName
{
border-color: #903D18;
}
.TagClassName
{
border-color: #903D18;
}
</style>