Shades of Saddle Brown #944D0C
Tints of Saddle Brown #944D0C
RGB
CMYK
RGB Variations
Color information
#944D0C (or 0x944D0C) is known color: Saddle Brown. HEX triplet: 94, 4D and 0C. RGB value is (148,77,12). Sum of RGB (Red+Green+Blue) = 148+77+12=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #944D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D0C is #6BB2F3. Grayscale: #5B5B5B. Windows color (decimal): -7058164 or 806292. OLE color: 806292.
HSL color Cylindrical-coordinate representation of color #944D0C: hue angle of 28.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #944D0C is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 12 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.42 |
| HSL | 28.68º | 0.85% | 0.31% | - |
| HSV(B) | 28.68º | 0.92% | 0.58% | - |
| XYZ | 14.93 | 11.63 | 1.81 | - |
| YUV | 90.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 12 | 0 | 0.48 | 0.92 | 0.42 | 28.68 | 0.85 | 0.31 |
| Hex | 94 | 4D | C | 0 | 30 | 5C | 2A | 1D | 55 | 1F |
| Octal | 224 | 115 | 14 | 0 | 60 | 134 | 52 | 35 | 125 | 37 |
| Binary | 10010100 | 1001101 | 1100 | 0 | 110000 | 1011100 | 101010 | 11101 | 1010101 | 11111 |
Color Harmonies of #944D0C
Complementary color
Monochromatic Colors of #944D0C
Black with #944D0C
Text Example
Text Example
White with #944D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D0C; }
p { color: rgb(148,77,12); }
H1.HeaderClassName
{
color: #944D0C;
}
.AnyTagClassName
{
color: #944D0C;
}
</style>
background-color css
<style>
a { background-color: #944D0C; }
a { background-color: rgb(148,77,12); }
div.DivClassName
{
background-color: #944D0C;
}
.BgClassName
{
background-color: #944D0C;
}
</style>
border-color css
<style>
span { border-color: #944D0C; }
span { border-color: rgb(148,77,12); }
td.TdClassName
{
border-color: #944D0C;
}
.TagClassName
{
border-color: #944D0C;
}
</style>