Shades of Saddle Brown #94400B
Tints of Saddle Brown #94400B
RGB
CMYK
RGB Variations
Color information
#94400B (or 0x94400B) is known color: Saddle Brown. HEX triplet: 94, 40 and 0B. RGB value is (148,64,11). Sum of RGB (Red+Green+Blue) = 148+64+11=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #94400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94400B is #6BBFF4. Grayscale: #535353. Windows color (decimal): -7061493 or 737428. OLE color: 737428.
HSL color Cylindrical-coordinate representation of color #94400B: hue angle of 23.21º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94400B is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 11 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.42 |
| HSL | 23.21º | 0.86% | 0.31% | - |
| HSV(B) | 23.21º | 0.93% | 0.58% | - |
| XYZ | 14.11 | 9.99 | 1.5 | - |
| YUV | 83.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 11 | 0 | 0.57 | 0.93 | 0.42 | 23.21 | 0.86 | 0.31 |
| Hex | 94 | 40 | B | 0 | 39 | 5D | 2A | 17 | 56 | 1F |
| Octal | 224 | 100 | 13 | 0 | 71 | 135 | 52 | 27 | 126 | 37 |
| Binary | 10010100 | 1000000 | 1011 | 0 | 111001 | 1011101 | 101010 | 10111 | 1010110 | 11111 |
Color Harmonies of #94400B
Complementary color
Monochromatic Colors of #94400B
Black with #94400B
Text Example
Text Example
White with #94400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94400B; }
p { color: rgb(148,64,11); }
H1.HeaderClassName
{
color: #94400B;
}
.AnyTagClassName
{
color: #94400B;
}
</style>
background-color css
<style>
a { background-color: #94400B; }
a { background-color: rgb(148,64,11); }
div.DivClassName
{
background-color: #94400B;
}
.BgClassName
{
background-color: #94400B;
}
</style>
border-color css
<style>
span { border-color: #94400B; }
span { border-color: rgb(148,64,11); }
td.TdClassName
{
border-color: #94400B;
}
.TagClassName
{
border-color: #94400B;
}
</style>