Shades of Saddle Brown #94461C
Tints of Saddle Brown #94461C
RGB
CMYK
RGB Variations
Color information
#94461C (or 0x94461C) is known color: Saddle Brown. HEX triplet: 94, 46 and 1C. RGB value is (148,70,28). Sum of RGB (Red+Green+Blue) = 148+70+28=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94461C is #6BB9E3. Grayscale: #585858. Windows color (decimal): -7059940 or 1853076. OLE color: 1853076.
HSL color Cylindrical-coordinate representation of color #94461C: hue angle of 21º 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 #94461C is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 28 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.42 |
| HSL | 21º | 0.68% | 0.35% | - |
| HSV(B) | 21º | 0.81% | 0.58% | - |
| XYZ | 14.61 | 10.76 | 2.41 | - |
| YUV | 88.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 28 | 0 | 0.53 | 0.81 | 0.42 | 21 | 0.68 | 0.35 |
| Hex | 94 | 46 | 1C | 0 | 35 | 51 | 2A | 15 | 44 | 23 |
| Octal | 224 | 106 | 34 | 0 | 65 | 121 | 52 | 25 | 104 | 43 |
| Binary | 10010100 | 1000110 | 11100 | 0 | 110101 | 1010001 | 101010 | 10101 | 1000100 | 100011 |
Color Harmonies of #94461C
Complementary color
Monochromatic Colors of #94461C
Black with #94461C
Text Example
Text Example
White with #94461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94461C; }
p { color: rgb(148,70,28); }
H1.HeaderClassName
{
color: #94461C;
}
.AnyTagClassName
{
color: #94461C;
}
</style>
background-color css
<style>
a { background-color: #94461C; }
a { background-color: rgb(148,70,28); }
div.DivClassName
{
background-color: #94461C;
}
.BgClassName
{
background-color: #94461C;
}
</style>
border-color css
<style>
span { border-color: #94461C; }
span { border-color: rgb(148,70,28); }
td.TdClassName
{
border-color: #94461C;
}
.TagClassName
{
border-color: #94461C;
}
</style>