Shades of Saddle Brown #90480D
Tints of Saddle Brown #90480D
RGB
CMYK
RGB Variations
Color information
#90480D (or 0x90480D) is known color: Saddle Brown. HEX triplet: 90, 48 and 0D. RGB value is (144,72,13). Sum of RGB (Red+Green+Blue) = 144+72+13=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #90480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90480D is #6FB7F2. Grayscale: #575757. Windows color (decimal): -7321587 or 870544. OLE color: 870544.
HSL color Cylindrical-coordinate representation of color #90480D: hue angle of 27.02º 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 #90480D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 13 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.44 |
| HSL | 27.02º | 0.83% | 0.31% | - |
| HSV(B) | 27.02º | 0.91% | 0.56% | - |
| XYZ | 13.89 | 10.59 | 1.69 | - |
| YUV | 86.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 13 | 0 | 0.50 | 0.91 | 0.44 | 27.02 | 0.83 | 0.31 |
| Hex | 90 | 48 | D | 0 | 32 | 5B | 2C | 1B | 53 | 1F |
| Octal | 220 | 110 | 15 | 0 | 62 | 133 | 54 | 33 | 123 | 37 |
| Binary | 10010000 | 1001000 | 1101 | 0 | 110010 | 1011011 | 101100 | 11011 | 1010011 | 11111 |
Color Harmonies of #90480D
Complementary color
Monochromatic Colors of #90480D
Black with #90480D
Text Example
Text Example
White with #90480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90480D; }
p { color: rgb(144,72,13); }
H1.HeaderClassName
{
color: #90480D;
}
.AnyTagClassName
{
color: #90480D;
}
</style>
background-color css
<style>
a { background-color: #90480D; }
a { background-color: rgb(144,72,13); }
div.DivClassName
{
background-color: #90480D;
}
.BgClassName
{
background-color: #90480D;
}
</style>
border-color css
<style>
span { border-color: #90480D; }
span { border-color: rgb(144,72,13); }
td.TdClassName
{
border-color: #90480D;
}
.TagClassName
{
border-color: #90480D;
}
</style>