Shades of Saddle Brown #944A1C
Tints of Saddle Brown #944A1C
RGB
CMYK
RGB Variations
Color information
#944A1C (or 0x944A1C) is known color: Saddle Brown. HEX triplet: 94, 4A and 1C. RGB value is (148,74,28). Sum of RGB (Red+Green+Blue) = 148+74+28=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #944A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A1C is #6BB5E3. Grayscale: #5B5B5B. Windows color (decimal): -7058916 or 1854100. OLE color: 1854100.
HSL color Cylindrical-coordinate representation of color #944A1C: hue angle of 23º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #944A1C is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 28 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.42 |
| HSL | 23º | 0.68% | 0.35% | - |
| HSV(B) | 23º | 0.81% | 0.58% | - |
| XYZ | 14.87 | 11.28 | 2.49 | - |
| YUV | 90.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 28 | 0 | 0.50 | 0.81 | 0.42 | 23 | 0.68 | 0.35 |
| Hex | 94 | 4A | 1C | 0 | 32 | 51 | 2A | 17 | 44 | 23 |
| Octal | 224 | 112 | 34 | 0 | 62 | 121 | 52 | 27 | 104 | 43 |
| Binary | 10010100 | 1001010 | 11100 | 0 | 110010 | 1010001 | 101010 | 10111 | 1000100 | 100011 |
Color Harmonies of #944A1C
Complementary color
Monochromatic Colors of #944A1C
Black with #944A1C
Text Example
Text Example
White with #944A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A1C; }
p { color: rgb(148,74,28); }
H1.HeaderClassName
{
color: #944A1C;
}
.AnyTagClassName
{
color: #944A1C;
}
</style>
background-color css
<style>
a { background-color: #944A1C; }
a { background-color: rgb(148,74,28); }
div.DivClassName
{
background-color: #944A1C;
}
.BgClassName
{
background-color: #944A1C;
}
</style>
border-color css
<style>
span { border-color: #944A1C; }
span { border-color: rgb(148,74,28); }
td.TdClassName
{
border-color: #944A1C;
}
.TagClassName
{
border-color: #944A1C;
}
</style>