Shades of Saddle Brown #903F0D
Tints of Saddle Brown #903F0D
RGB
CMYK
RGB Variations
Color information
#903F0D (or 0x903F0D) is known color: Saddle Brown. HEX triplet: 90, 3F and 0D. RGB value is (144,63,13). Sum of RGB (Red+Green+Blue) = 144+63+13=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #903F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903F0D is #6FC0F2. Grayscale: #515151. Windows color (decimal): -7323891 or 868240. OLE color: 868240.
HSL color Cylindrical-coordinate representation of color #903F0D: hue angle of 22.9º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #903F0D is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 13 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.44 |
| HSL | 22.9º | 0.83% | 0.31% | - |
| HSV(B) | 22.9º | 0.91% | 0.56% | - |
| XYZ | 13.35 | 9.51 | 1.51 | - |
| YUV | 81.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 13 | 0 | 0.56 | 0.91 | 0.44 | 22.9 | 0.83 | 0.31 |
| Hex | 90 | 3F | D | 0 | 38 | 5B | 2C | 17 | 53 | 1F |
| Octal | 220 | 77 | 15 | 0 | 70 | 133 | 54 | 27 | 123 | 37 |
| Binary | 10010000 | 111111 | 1101 | 0 | 111000 | 1011011 | 101100 | 10111 | 1010011 | 11111 |
Color Harmonies of #903F0D
Complementary color
Monochromatic Colors of #903F0D
Black with #903F0D
Text Example
Text Example
White with #903F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F0D; }
p { color: rgb(144,63,13); }
H1.HeaderClassName
{
color: #903F0D;
}
.AnyTagClassName
{
color: #903F0D;
}
</style>
background-color css
<style>
a { background-color: #903F0D; }
a { background-color: rgb(144,63,13); }
div.DivClassName
{
background-color: #903F0D;
}
.BgClassName
{
background-color: #903F0D;
}
</style>
border-color css
<style>
span { border-color: #903F0D; }
span { border-color: rgb(144,63,13); }
td.TdClassName
{
border-color: #903F0D;
}
.TagClassName
{
border-color: #903F0D;
}
</style>