Shades of Saddle Brown #944F1C
Tints of Saddle Brown #944F1C
RGB
CMYK
RGB Variations
Color information
#944F1C (or 0x944F1C) is known color: Saddle Brown. HEX triplet: 94, 4F and 1C. RGB value is (148,79,28). Sum of RGB (Red+Green+Blue) = 148+79+28=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #944F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F1C is #6BB0E3. Grayscale: #5E5E5E. Windows color (decimal): -7057636 or 1855380. OLE color: 1855380.
HSL color Cylindrical-coordinate representation of color #944F1C: hue angle of 25.5º 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 #944F1C is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 28 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.42 |
| HSL | 25.5º | 0.68% | 0.35% | - |
| HSV(B) | 25.5º | 0.81% | 0.58% | - |
| XYZ | 15.22 | 11.97 | 2.61 | - |
| YUV | 93.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 28 | 0 | 0.47 | 0.81 | 0.42 | 25.5 | 0.68 | 0.35 |
| Hex | 94 | 4F | 1C | 0 | 2F | 51 | 2A | 1A | 44 | 23 |
| Octal | 224 | 117 | 34 | 0 | 57 | 121 | 52 | 32 | 104 | 43 |
| Binary | 10010100 | 1001111 | 11100 | 0 | 101111 | 1010001 | 101010 | 11010 | 1000100 | 100011 |
Color Harmonies of #944F1C
Complementary color
Monochromatic Colors of #944F1C
Black with #944F1C
Text Example
Text Example
White with #944F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F1C; }
p { color: rgb(148,79,28); }
H1.HeaderClassName
{
color: #944F1C;
}
.AnyTagClassName
{
color: #944F1C;
}
</style>
background-color css
<style>
a { background-color: #944F1C; }
a { background-color: rgb(148,79,28); }
div.DivClassName
{
background-color: #944F1C;
}
.BgClassName
{
background-color: #944F1C;
}
</style>
border-color css
<style>
span { border-color: #944F1C; }
span { border-color: rgb(148,79,28); }
td.TdClassName
{
border-color: #944F1C;
}
.TagClassName
{
border-color: #944F1C;
}
</style>