Shades of Saddle Brown #94400D
Tints of Saddle Brown #94400D
RGB
CMYK
RGB Variations
Color information
#94400D (or 0x94400D) is known color: Saddle Brown. HEX triplet: 94, 40 and 0D. RGB value is (148,64,13). Sum of RGB (Red+Green+Blue) = 148+64+13=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94400D is #6BBFF2. Grayscale: #535353. Windows color (decimal): -7061491 or 868500. OLE color: 868500.
HSL color Cylindrical-coordinate representation of color #94400D: hue angle of 22.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94400D is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 13 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.42 |
| HSL | 22.67º | 0.84% | 0.32% | - |
| HSV(B) | 22.67º | 0.91% | 0.58% | - |
| XYZ | 14.12 | 9.99 | 1.57 | - |
| YUV | 83.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 13 | 0 | 0.57 | 0.91 | 0.42 | 22.67 | 0.84 | 0.32 |
| Hex | 94 | 40 | D | 0 | 39 | 5B | 2A | 17 | 54 | 20 |
| Octal | 224 | 100 | 15 | 0 | 71 | 133 | 52 | 27 | 124 | 40 |
| Binary | 10010100 | 1000000 | 1101 | 0 | 111001 | 1011011 | 101010 | 10111 | 1010100 | 100000 |
Color Harmonies of #94400D
Complementary color
Monochromatic Colors of #94400D
Black with #94400D
Text Example
Text Example
White with #94400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94400D; }
p { color: rgb(148,64,13); }
H1.HeaderClassName
{
color: #94400D;
}
.AnyTagClassName
{
color: #94400D;
}
</style>
background-color css
<style>
a { background-color: #94400D; }
a { background-color: rgb(148,64,13); }
div.DivClassName
{
background-color: #94400D;
}
.BgClassName
{
background-color: #94400D;
}
</style>
border-color css
<style>
span { border-color: #94400D; }
span { border-color: rgb(148,64,13); }
td.TdClassName
{
border-color: #94400D;
}
.TagClassName
{
border-color: #94400D;
}
</style>