Shades of Saddle Brown #94491C
Tints of Saddle Brown #94491C
RGB
CMYK
RGB Variations
Color information
#94491C (or 0x94491C) is known color: Saddle Brown. HEX triplet: 94, 49 and 1C. RGB value is (148,73,28). Sum of RGB (Red+Green+Blue) = 148+73+28=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #94491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94491C is #6BB6E3. Grayscale: #5A5A5A. Windows color (decimal): -7059172 or 1853844. OLE color: 1853844.
HSL color Cylindrical-coordinate representation of color #94491C: hue angle of 22.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 #94491C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 28 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.42 |
| HSL | 22.5º | 0.68% | 0.35% | - |
| HSV(B) | 22.5º | 0.81% | 0.58% | - |
| XYZ | 14.8 | 11.14 | 2.47 | - |
| YUV | 90.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 28 | 0 | 0.51 | 0.81 | 0.42 | 22.5 | 0.68 | 0.35 |
| Hex | 94 | 49 | 1C | 0 | 33 | 51 | 2A | 16 | 44 | 23 |
| Octal | 224 | 111 | 34 | 0 | 63 | 121 | 52 | 26 | 104 | 43 |
| Binary | 10010100 | 1001001 | 11100 | 0 | 110011 | 1010001 | 101010 | 10110 | 1000100 | 100011 |
Color Harmonies of #94491C
Complementary color
Monochromatic Colors of #94491C
Black with #94491C
Text Example
Text Example
White with #94491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94491C; }
p { color: rgb(148,73,28); }
H1.HeaderClassName
{
color: #94491C;
}
.AnyTagClassName
{
color: #94491C;
}
</style>
background-color css
<style>
a { background-color: #94491C; }
a { background-color: rgb(148,73,28); }
div.DivClassName
{
background-color: #94491C;
}
.BgClassName
{
background-color: #94491C;
}
</style>
border-color css
<style>
span { border-color: #94491C; }
span { border-color: rgb(148,73,28); }
td.TdClassName
{
border-color: #94491C;
}
.TagClassName
{
border-color: #94491C;
}
</style>