Shades of Saddle Brown #90360D
Tints of Saddle Brown #90360D
RGB
CMYK
RGB Variations
Color information
#90360D (or 0x90360D) is known color: Saddle Brown. HEX triplet: 90, 36 and 0D. RGB value is (144,54,13). Sum of RGB (Red+Green+Blue) = 144+54+13=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90360D is #6FC9F2. Grayscale: #4C4C4C. Windows color (decimal): -7326195 or 865936. OLE color: 865936.
HSL color Cylindrical-coordinate representation of color #90360D: hue angle of 18.78º 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 #90360D is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 13 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.44 |
| HSL | 18.78º | 0.83% | 0.31% | - |
| HSV(B) | 18.78º | 0.91% | 0.56% | - |
| XYZ | 12.89 | 8.6 | 1.36 | - |
| YUV | 76.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 13 | 0 | 0.63 | 0.91 | 0.44 | 18.78 | 0.83 | 0.31 |
| Hex | 90 | 36 | D | 0 | 3F | 5B | 2C | 13 | 53 | 1F |
| Octal | 220 | 66 | 15 | 0 | 77 | 133 | 54 | 23 | 123 | 37 |
| Binary | 10010000 | 110110 | 1101 | 0 | 111111 | 1011011 | 101100 | 10011 | 1010011 | 11111 |
Color Harmonies of #90360D
Complementary color
Monochromatic Colors of #90360D
Black with #90360D
Text Example
Text Example
White with #90360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90360D; }
p { color: rgb(144,54,13); }
H1.HeaderClassName
{
color: #90360D;
}
.AnyTagClassName
{
color: #90360D;
}
</style>
background-color css
<style>
a { background-color: #90360D; }
a { background-color: rgb(144,54,13); }
div.DivClassName
{
background-color: #90360D;
}
.BgClassName
{
background-color: #90360D;
}
</style>
border-color css
<style>
span { border-color: #90360D; }
span { border-color: rgb(144,54,13); }
td.TdClassName
{
border-color: #90360D;
}
.TagClassName
{
border-color: #90360D;
}
</style>