Shades of Saddle Brown #904F0C
Tints of Saddle Brown #904F0C
RGB
CMYK
RGB Variations
Color information
#904F0C (or 0x904F0C) is known color: Saddle Brown. HEX triplet: 90, 4F and 0C. RGB value is (144,79,12). Sum of RGB (Red+Green+Blue) = 144+79+12=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #904F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904F0C is #6FB0F3. Grayscale: #5B5B5B. Windows color (decimal): -7319796 or 806800. OLE color: 806800.
HSL color Cylindrical-coordinate representation of color #904F0C: hue angle of 30.45º 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 #904F0C is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 12 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.44 |
| HSL | 30.45º | 0.85% | 0.31% | - |
| HSV(B) | 30.45º | 0.92% | 0.56% | - |
| XYZ | 14.36 | 11.55 | 1.82 | - |
| YUV | 90.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 12 | 0 | 0.45 | 0.92 | 0.44 | 30.45 | 0.85 | 0.31 |
| Hex | 90 | 4F | C | 0 | 2D | 5C | 2C | 1E | 55 | 1F |
| Octal | 220 | 117 | 14 | 0 | 55 | 134 | 54 | 36 | 125 | 37 |
| Binary | 10010000 | 1001111 | 1100 | 0 | 101101 | 1011100 | 101100 | 11110 | 1010101 | 11111 |
Color Harmonies of #904F0C
Complementary color
Monochromatic Colors of #904F0C
Black with #904F0C
Text Example
Text Example
White with #904F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F0C; }
p { color: rgb(144,79,12); }
H1.HeaderClassName
{
color: #904F0C;
}
.AnyTagClassName
{
color: #904F0C;
}
</style>
background-color css
<style>
a { background-color: #904F0C; }
a { background-color: rgb(144,79,12); }
div.DivClassName
{
background-color: #904F0C;
}
.BgClassName
{
background-color: #904F0C;
}
</style>
border-color css
<style>
span { border-color: #904F0C; }
span { border-color: rgb(144,79,12); }
td.TdClassName
{
border-color: #904F0C;
}
.TagClassName
{
border-color: #904F0C;
}
</style>