Shades of Saddle Brown #94400F
Tints of Saddle Brown #94400F
RGB
CMYK
RGB Variations
Color information
#94400F (or 0x94400F) is known color: Saddle Brown. HEX triplet: 94, 40 and 0F. RGB value is (148,64,15). Sum of RGB (Red+Green+Blue) = 148+64+15=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94400F is #6BBFF0. Grayscale: #535353. Windows color (decimal): -7061489 or 999572. OLE color: 999572.
HSL color Cylindrical-coordinate representation of color #94400F: hue angle of 22.11º 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 #94400F is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 15 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.42 |
| HSL | 22.11º | 0.82% | 0.32% | - |
| HSV(B) | 22.11º | 0.9% | 0.58% | - |
| XYZ | 14.13 | 10 | 1.64 | - |
| YUV | 83.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 15 | 0 | 0.57 | 0.90 | 0.42 | 22.11 | 0.82 | 0.32 |
| Hex | 94 | 40 | F | 0 | 39 | 5A | 2A | 16 | 52 | 20 |
| Octal | 224 | 100 | 17 | 0 | 71 | 132 | 52 | 26 | 122 | 40 |
| Binary | 10010100 | 1000000 | 1111 | 0 | 111001 | 1011010 | 101010 | 10110 | 1010010 | 100000 |
Color Harmonies of #94400F
Complementary color
Monochromatic Colors of #94400F
Black with #94400F
Text Example
Text Example
White with #94400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94400F; }
p { color: rgb(148,64,15); }
H1.HeaderClassName
{
color: #94400F;
}
.AnyTagClassName
{
color: #94400F;
}
</style>
background-color css
<style>
a { background-color: #94400F; }
a { background-color: rgb(148,64,15); }
div.DivClassName
{
background-color: #94400F;
}
.BgClassName
{
background-color: #94400F;
}
</style>
border-color css
<style>
span { border-color: #94400F; }
span { border-color: rgb(148,64,15); }
td.TdClassName
{
border-color: #94400F;
}
.TagClassName
{
border-color: #94400F;
}
</style>