Shades of Saddle Brown #944A1D
Tints of Saddle Brown #944A1D
RGB
CMYK
RGB Variations
Color information
#944A1D (or 0x944A1D) is known color: Saddle Brown. HEX triplet: 94, 4A and 1D. RGB value is (148,74,29). Sum of RGB (Red+Green+Blue) = 148+74+29=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #944A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A1D is #6BB5E2. Grayscale: #5B5B5B. Windows color (decimal): -7058915 or 1919636. OLE color: 1919636.
HSL color Cylindrical-coordinate representation of color #944A1D: hue angle of 22.69º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #944A1D is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 29 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.42 |
| HSL | 22.69º | 0.67% | 0.35% | - |
| HSV(B) | 22.69º | 0.8% | 0.58% | - |
| XYZ | 14.88 | 11.28 | 2.56 | - |
| YUV | 91 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 29 | 0 | 0.50 | 0.80 | 0.42 | 22.69 | 0.67 | 0.35 |
| Hex | 94 | 4A | 1D | 0 | 32 | 50 | 2A | 17 | 43 | 23 |
| Octal | 224 | 112 | 35 | 0 | 62 | 120 | 52 | 27 | 103 | 43 |
| Binary | 10010100 | 1001010 | 11101 | 0 | 110010 | 1010000 | 101010 | 10111 | 1000011 | 100011 |
Color Harmonies of #944A1D
Complementary color
Monochromatic Colors of #944A1D
Black with #944A1D
Text Example
Text Example
White with #944A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A1D; }
p { color: rgb(148,74,29); }
H1.HeaderClassName
{
color: #944A1D;
}
.AnyTagClassName
{
color: #944A1D;
}
</style>
background-color css
<style>
a { background-color: #944A1D; }
a { background-color: rgb(148,74,29); }
div.DivClassName
{
background-color: #944A1D;
}
.BgClassName
{
background-color: #944A1D;
}
</style>
border-color css
<style>
span { border-color: #944A1D; }
span { border-color: rgb(148,74,29); }
td.TdClassName
{
border-color: #944A1D;
}
.TagClassName
{
border-color: #944A1D;
}
</style>