Shades of Saddle Brown #944113
Tints of Saddle Brown #944113
RGB
CMYK
RGB Variations
Color information
#944113 (or 0x944113) is known color: Saddle Brown. HEX triplet: 94, 41 and 13. RGB value is (148,65,19). Sum of RGB (Red+Green+Blue) = 148+65+19=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #944113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944113 is #6BBEEC. Grayscale: #545454. Windows color (decimal): -7061229 or 1261972. OLE color: 1261972.
HSL color Cylindrical-coordinate representation of color #944113: hue angle of 21.4º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #944113 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 19 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.42 |
| HSL | 21.4º | 0.77% | 0.33% | - |
| HSV(B) | 21.4º | 0.87% | 0.58% | - |
| XYZ | 14.22 | 10.12 | 1.82 | - |
| YUV | 84.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 19 | 0 | 0.56 | 0.87 | 0.42 | 21.4 | 0.77 | 0.33 |
| Hex | 94 | 41 | 13 | 0 | 38 | 57 | 2A | 15 | 4D | 21 |
| Octal | 224 | 101 | 23 | 0 | 70 | 127 | 52 | 25 | 115 | 41 |
| Binary | 10010100 | 1000001 | 10011 | 0 | 111000 | 1010111 | 101010 | 10101 | 1001101 | 100001 |
Color Harmonies of #944113
Complementary color
Monochromatic Colors of #944113
Black with #944113
Text Example
Text Example
White with #944113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944113; }
p { color: rgb(148,65,19); }
H1.HeaderClassName
{
color: #944113;
}
.AnyTagClassName
{
color: #944113;
}
</style>
background-color css
<style>
a { background-color: #944113; }
a { background-color: rgb(148,65,19); }
div.DivClassName
{
background-color: #944113;
}
.BgClassName
{
background-color: #944113;
}
</style>
border-color css
<style>
span { border-color: #944113; }
span { border-color: rgb(148,65,19); }
td.TdClassName
{
border-color: #944113;
}
.TagClassName
{
border-color: #944113;
}
</style>