Shades of Saddle Brown #90310D
Tints of Saddle Brown #90310D
RGB
CMYK
RGB Variations
Color information
#90310D (or 0x90310D) is known color: Saddle Brown. HEX triplet: 90, 31 and 0D. RGB value is (144,49,13). Sum of RGB (Red+Green+Blue) = 144+49+13=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90310D is #6FCEF2. Grayscale: #494949. Windows color (decimal): -7327475 or 864656. OLE color: 864656.
HSL color Cylindrical-coordinate representation of color #90310D: hue angle of 16.49º 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 #90310D is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 13 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.44 |
| HSL | 16.49º | 0.83% | 0.31% | - |
| HSV(B) | 16.49º | 0.91% | 0.56% | - |
| XYZ | 12.67 | 8.15 | 1.29 | - |
| YUV | 73.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 13 | 0 | 0.66 | 0.91 | 0.44 | 16.49 | 0.83 | 0.31 |
| Hex | 90 | 31 | D | 0 | 42 | 5B | 2C | 10 | 53 | 1F |
| Octal | 220 | 61 | 15 | 0 | 102 | 133 | 54 | 20 | 123 | 37 |
| Binary | 10010000 | 110001 | 1101 | 0 | 1000010 | 1011011 | 101100 | 10000 | 1010011 | 11111 |
Color Harmonies of #90310D
Complementary color
Monochromatic Colors of #90310D
Black with #90310D
Text Example
Text Example
White with #90310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90310D; }
p { color: rgb(144,49,13); }
H1.HeaderClassName
{
color: #90310D;
}
.AnyTagClassName
{
color: #90310D;
}
</style>
background-color css
<style>
a { background-color: #90310D; }
a { background-color: rgb(144,49,13); }
div.DivClassName
{
background-color: #90310D;
}
.BgClassName
{
background-color: #90310D;
}
</style>
border-color css
<style>
span { border-color: #90310D; }
span { border-color: rgb(144,49,13); }
td.TdClassName
{
border-color: #90310D;
}
.TagClassName
{
border-color: #90310D;
}
</style>