Shades of Saddle Brown #944015
Tints of Saddle Brown #944015
RGB
CMYK
RGB Variations
Color information
#944015 (or 0x944015) is known color: Saddle Brown. HEX triplet: 94, 40 and 15. RGB value is (148,64,21). Sum of RGB (Red+Green+Blue) = 148+64+21=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #944015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944015 is #6BBFEA. Grayscale: #545454. Windows color (decimal): -7061483 or 1392788. OLE color: 1392788.
HSL color Cylindrical-coordinate representation of color #944015: hue angle of 20.31º 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 #944015 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 21 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.42 |
| HSL | 20.31º | 0.75% | 0.33% | - |
| HSV(B) | 20.31º | 0.86% | 0.58% | - |
| XYZ | 14.18 | 10.02 | 1.9 | - |
| YUV | 84.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 21 | 0 | 0.57 | 0.86 | 0.42 | 20.31 | 0.75 | 0.33 |
| Hex | 94 | 40 | 15 | 0 | 39 | 56 | 2A | 14 | 4B | 21 |
| Octal | 224 | 100 | 25 | 0 | 71 | 126 | 52 | 24 | 113 | 41 |
| Binary | 10010100 | 1000000 | 10101 | 0 | 111001 | 1010110 | 101010 | 10100 | 1001011 | 100001 |
Color Harmonies of #944015
Complementary color
Monochromatic Colors of #944015
Black with #944015
Text Example
Text Example
White with #944015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944015; }
p { color: rgb(148,64,21); }
H1.HeaderClassName
{
color: #944015;
}
.AnyTagClassName
{
color: #944015;
}
</style>
background-color css
<style>
a { background-color: #944015; }
a { background-color: rgb(148,64,21); }
div.DivClassName
{
background-color: #944015;
}
.BgClassName
{
background-color: #944015;
}
</style>
border-color css
<style>
span { border-color: #944015; }
span { border-color: rgb(148,64,21); }
td.TdClassName
{
border-color: #944015;
}
.TagClassName
{
border-color: #944015;
}
</style>