Shades of Saddle Brown #94490F
Tints of Saddle Brown #94490F
RGB
CMYK
RGB Variations
Color information
#94490F (or 0x94490F) is known color: Saddle Brown. HEX triplet: 94, 49 and 0F. RGB value is (148,73,15). Sum of RGB (Red+Green+Blue) = 148+73+15=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #94490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94490F is #6BB6F0. Grayscale: #595959. Windows color (decimal): -7059185 or 1001876. OLE color: 1001876.
HSL color Cylindrical-coordinate representation of color #94490F: hue angle of 26.17º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94490F is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 15 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.42 |
| HSL | 26.17º | 0.82% | 0.32% | - |
| HSV(B) | 26.17º | 0.9% | 0.58% | - |
| XYZ | 14.68 | 11.1 | 1.82 | - |
| YUV | 88.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 15 | 0 | 0.51 | 0.90 | 0.42 | 26.17 | 0.82 | 0.32 |
| Hex | 94 | 49 | F | 0 | 33 | 5A | 2A | 1A | 52 | 20 |
| Octal | 224 | 111 | 17 | 0 | 63 | 132 | 52 | 32 | 122 | 40 |
| Binary | 10010100 | 1001001 | 1111 | 0 | 110011 | 1011010 | 101010 | 11010 | 1010010 | 100000 |
Color Harmonies of #94490F
Complementary color
Monochromatic Colors of #94490F
Black with #94490F
Text Example
Text Example
White with #94490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94490F; }
p { color: rgb(148,73,15); }
H1.HeaderClassName
{
color: #94490F;
}
.AnyTagClassName
{
color: #94490F;
}
</style>
background-color css
<style>
a { background-color: #94490F; }
a { background-color: rgb(148,73,15); }
div.DivClassName
{
background-color: #94490F;
}
.BgClassName
{
background-color: #94490F;
}
</style>
border-color css
<style>
span { border-color: #94490F; }
span { border-color: rgb(148,73,15); }
td.TdClassName
{
border-color: #94490F;
}
.TagClassName
{
border-color: #94490F;
}
</style>