Shades of Saddle Brown #903A18
Tints of Saddle Brown #903A18
RGB
CMYK
RGB Variations
Color information
#903A18 (or 0x903A18) is known color: Saddle Brown. HEX triplet: 90, 3A and 18. RGB value is (144,58,24). Sum of RGB (Red+Green+Blue) = 144+58+24=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #903A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903A18 is #6FC5E7. Grayscale: #505050. Windows color (decimal): -7325160 or 1587856. OLE color: 1587856.
HSL color Cylindrical-coordinate representation of color #903A18: hue angle of 17º 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 #903A18 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 24 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.44 |
| HSL | 17º | 0.71% | 0.33% | - |
| HSV(B) | 17º | 0.83% | 0.56% | - |
| XYZ | 13.18 | 9.02 | 1.91 | - |
| YUV | 79.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 24 | 0 | 0.60 | 0.83 | 0.44 | 17 | 0.71 | 0.33 |
| Hex | 90 | 3A | 18 | 0 | 3C | 53 | 2C | 11 | 47 | 21 |
| Octal | 220 | 72 | 30 | 0 | 74 | 123 | 54 | 21 | 107 | 41 |
| Binary | 10010000 | 111010 | 11000 | 0 | 111100 | 1010011 | 101100 | 10001 | 1000111 | 100001 |
Color Harmonies of #903A18
Complementary color
Monochromatic Colors of #903A18
Black with #903A18
Text Example
Text Example
White with #903A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A18; }
p { color: rgb(144,58,24); }
H1.HeaderClassName
{
color: #903A18;
}
.AnyTagClassName
{
color: #903A18;
}
</style>
background-color css
<style>
a { background-color: #903A18; }
a { background-color: rgb(144,58,24); }
div.DivClassName
{
background-color: #903A18;
}
.BgClassName
{
background-color: #903A18;
}
</style>
border-color css
<style>
span { border-color: #903A18; }
span { border-color: rgb(144,58,24); }
td.TdClassName
{
border-color: #903A18;
}
.TagClassName
{
border-color: #903A18;
}
</style>