Shades of Saddle Brown #90360F
Tints of Saddle Brown #90360F
RGB
CMYK
RGB Variations
Color information
#90360F (or 0x90360F) is known color: Saddle Brown. HEX triplet: 90, 36 and 0F. RGB value is (144,54,15). Sum of RGB (Red+Green+Blue) = 144+54+15=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90360F is #6FC9F0. Grayscale: #4C4C4C. Windows color (decimal): -7326193 or 997008. OLE color: 997008.
HSL color Cylindrical-coordinate representation of color #90360F: hue angle of 18.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90360F is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 15 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.44 |
| HSL | 18.14º | 0.81% | 0.31% | - |
| HSV(B) | 18.14º | 0.9% | 0.56% | - |
| XYZ | 12.91 | 8.6 | 1.43 | - |
| YUV | 76.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 15 | 0 | 0.63 | 0.90 | 0.44 | 18.14 | 0.81 | 0.31 |
| Hex | 90 | 36 | F | 0 | 3F | 5A | 2C | 12 | 51 | 1F |
| Octal | 220 | 66 | 17 | 0 | 77 | 132 | 54 | 22 | 121 | 37 |
| Binary | 10010000 | 110110 | 1111 | 0 | 111111 | 1011010 | 101100 | 10010 | 1010001 | 11111 |
Color Harmonies of #90360F
Complementary color
Monochromatic Colors of #90360F
Black with #90360F
Text Example
Text Example
White with #90360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90360F; }
p { color: rgb(144,54,15); }
H1.HeaderClassName
{
color: #90360F;
}
.AnyTagClassName
{
color: #90360F;
}
</style>
background-color css
<style>
a { background-color: #90360F; }
a { background-color: rgb(144,54,15); }
div.DivClassName
{
background-color: #90360F;
}
.BgClassName
{
background-color: #90360F;
}
</style>
border-color css
<style>
span { border-color: #90360F; }
span { border-color: rgb(144,54,15); }
td.TdClassName
{
border-color: #90360F;
}
.TagClassName
{
border-color: #90360F;
}
</style>