Shades of Saddle Brown #90500C
Tints of Saddle Brown #90500C
RGB
CMYK
RGB Variations
Color information
#90500C (or 0x90500C) is known color: Saddle Brown. HEX triplet: 90, 50 and 0C. RGB value is (144,80,12). Sum of RGB (Red+Green+Blue) = 144+80+12=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #90500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90500C is #6FAFF3. Grayscale: #5B5B5B. Windows color (decimal): -7319540 or 807056. OLE color: 807056.
HSL color Cylindrical-coordinate representation of color #90500C: hue angle of 30.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90500C is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 12 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.44 |
| HSL | 30.91º | 0.85% | 0.31% | - |
| HSV(B) | 30.91º | 0.92% | 0.56% | - |
| XYZ | 14.44 | 11.69 | 1.84 | - |
| YUV | 91.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 12 | 0 | 0.44 | 0.92 | 0.44 | 30.91 | 0.85 | 0.31 |
| Hex | 90 | 50 | C | 0 | 2C | 5C | 2C | 1F | 55 | 1F |
| Octal | 220 | 120 | 14 | 0 | 54 | 134 | 54 | 37 | 125 | 37 |
| Binary | 10010000 | 1010000 | 1100 | 0 | 101100 | 1011100 | 101100 | 11111 | 1010101 | 11111 |
Color Harmonies of #90500C
Complementary color
Monochromatic Colors of #90500C
Black with #90500C
Text Example
Text Example
White with #90500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90500C; }
p { color: rgb(144,80,12); }
H1.HeaderClassName
{
color: #90500C;
}
.AnyTagClassName
{
color: #90500C;
}
</style>
background-color css
<style>
a { background-color: #90500C; }
a { background-color: rgb(144,80,12); }
div.DivClassName
{
background-color: #90500C;
}
.BgClassName
{
background-color: #90500C;
}
</style>
border-color css
<style>
span { border-color: #90500C; }
span { border-color: rgb(144,80,12); }
td.TdClassName
{
border-color: #90500C;
}
.TagClassName
{
border-color: #90500C;
}
</style>