Shades of Saddle Brown #904C14
Tints of Saddle Brown #904C14
RGB
CMYK
RGB Variations
Color information
#904C14 (or 0x904C14) is known color: Saddle Brown. HEX triplet: 90, 4C and 14. RGB value is (144,76,20). Sum of RGB (Red+Green+Blue) = 144+76+20=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #904C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904C14 is #6FB3EB. Grayscale: #5A5A5A. Windows color (decimal): -7320556 or 1330320. OLE color: 1330320.
HSL color Cylindrical-coordinate representation of color #904C14: hue angle of 27.1º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #904C14 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 20 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.44 |
| HSL | 27.1º | 0.76% | 0.32% | - |
| HSV(B) | 27.1º | 0.86% | 0.56% | - |
| XYZ | 14.21 | 11.15 | 2.06 | - |
| YUV | 89.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 20 | 0 | 0.47 | 0.86 | 0.44 | 27.1 | 0.76 | 0.32 |
| Hex | 90 | 4C | 14 | 0 | 2F | 56 | 2C | 1B | 4C | 20 |
| Octal | 220 | 114 | 24 | 0 | 57 | 126 | 54 | 33 | 114 | 40 |
| Binary | 10010000 | 1001100 | 10100 | 0 | 101111 | 1010110 | 101100 | 11011 | 1001100 | 100000 |
Color Harmonies of #904C14
Complementary color
Monochromatic Colors of #904C14
Black with #904C14
Text Example
Text Example
White with #904C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C14; }
p { color: rgb(144,76,20); }
H1.HeaderClassName
{
color: #904C14;
}
.AnyTagClassName
{
color: #904C14;
}
</style>
background-color css
<style>
a { background-color: #904C14; }
a { background-color: rgb(144,76,20); }
div.DivClassName
{
background-color: #904C14;
}
.BgClassName
{
background-color: #904C14;
}
</style>
border-color css
<style>
span { border-color: #904C14; }
span { border-color: rgb(144,76,20); }
td.TdClassName
{
border-color: #904C14;
}
.TagClassName
{
border-color: #904C14;
}
</style>