Shades of Saddle Brown #944915
Tints of Saddle Brown #944915
RGB
CMYK
RGB Variations
Color information
#944915 (or 0x944915) is known color: Saddle Brown. HEX triplet: 94, 49 and 15. RGB value is (148,73,21). Sum of RGB (Red+Green+Blue) = 148+73+21=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #944915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944915 is #6BB6EA. Grayscale: #595959. Windows color (decimal): -7059179 or 1395092. OLE color: 1395092.
HSL color Cylindrical-coordinate representation of color #944915: hue angle of 24.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #944915 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 21 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.42 |
| HSL | 24.57º | 0.75% | 0.33% | - |
| HSV(B) | 24.57º | 0.86% | 0.58% | - |
| XYZ | 14.73 | 11.12 | 2.08 | - |
| YUV | 89.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 21 | 0 | 0.51 | 0.86 | 0.42 | 24.57 | 0.75 | 0.33 |
| Hex | 94 | 49 | 15 | 0 | 33 | 56 | 2A | 19 | 4B | 21 |
| Octal | 224 | 111 | 25 | 0 | 63 | 126 | 52 | 31 | 113 | 41 |
| Binary | 10010100 | 1001001 | 10101 | 0 | 110011 | 1010110 | 101010 | 11001 | 1001011 | 100001 |
Color Harmonies of #944915
Complementary color
Monochromatic Colors of #944915
Black with #944915
Text Example
Text Example
White with #944915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944915; }
p { color: rgb(148,73,21); }
H1.HeaderClassName
{
color: #944915;
}
.AnyTagClassName
{
color: #944915;
}
</style>
background-color css
<style>
a { background-color: #944915; }
a { background-color: rgb(148,73,21); }
div.DivClassName
{
background-color: #944915;
}
.BgClassName
{
background-color: #944915;
}
</style>
border-color css
<style>
span { border-color: #944915; }
span { border-color: rgb(148,73,21); }
td.TdClassName
{
border-color: #944915;
}
.TagClassName
{
border-color: #944915;
}
</style>