Shades of Saddle Brown #90380D
Tints of Saddle Brown #90380D
RGB
CMYK
RGB Variations
Color information
#90380D (or 0x90380D) is known color: Saddle Brown. HEX triplet: 90, 38 and 0D. RGB value is (144,56,13). Sum of RGB (Red+Green+Blue) = 144+56+13=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90380D is #6FC7F2. Grayscale: #4D4D4D. Windows color (decimal): -7325683 or 866448. OLE color: 866448.
HSL color Cylindrical-coordinate representation of color #90380D: hue angle of 19.69º 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 #90380D is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 13 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.44 |
| HSL | 19.69º | 0.83% | 0.31% | - |
| HSV(B) | 19.69º | 0.91% | 0.56% | - |
| XYZ | 12.99 | 8.79 | 1.39 | - |
| YUV | 77.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 13 | 0 | 0.61 | 0.91 | 0.44 | 19.69 | 0.83 | 0.31 |
| Hex | 90 | 38 | D | 0 | 3D | 5B | 2C | 14 | 53 | 1F |
| Octal | 220 | 70 | 15 | 0 | 75 | 133 | 54 | 24 | 123 | 37 |
| Binary | 10010000 | 111000 | 1101 | 0 | 111101 | 1011011 | 101100 | 10100 | 1010011 | 11111 |
Color Harmonies of #90380D
Complementary color
Monochromatic Colors of #90380D
Black with #90380D
Text Example
Text Example
White with #90380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90380D; }
p { color: rgb(144,56,13); }
H1.HeaderClassName
{
color: #90380D;
}
.AnyTagClassName
{
color: #90380D;
}
</style>
background-color css
<style>
a { background-color: #90380D; }
a { background-color: rgb(144,56,13); }
div.DivClassName
{
background-color: #90380D;
}
.BgClassName
{
background-color: #90380D;
}
</style>
border-color css
<style>
span { border-color: #90380D; }
span { border-color: rgb(144,56,13); }
td.TdClassName
{
border-color: #90380D;
}
.TagClassName
{
border-color: #90380D;
}
</style>