Shades of Saddle Brown #945315
Tints of Saddle Brown #945315
RGB
CMYK
RGB Variations
Color information
#945315 (or 0x945315) is known color: Saddle Brown. HEX triplet: 94, 53 and 15. RGB value is (148,83,21). Sum of RGB (Red+Green+Blue) = 148+83+21=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #945315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945315 is #6BACEA. Grayscale: #5F5F5F. Windows color (decimal): -7056619 or 1397652. OLE color: 1397652.
HSL color Cylindrical-coordinate representation of color #945315: hue angle of 29.29º 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 #945315 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 21 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.42 |
| HSL | 29.29º | 0.75% | 0.33% | - |
| HSV(B) | 29.29º | 0.86% | 0.58% | - |
| XYZ | 15.44 | 12.54 | 2.32 | - |
| YUV | 95.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 21 | 0 | 0.44 | 0.86 | 0.42 | 29.29 | 0.75 | 0.33 |
| Hex | 94 | 53 | 15 | 0 | 2C | 56 | 2A | 1D | 4B | 21 |
| Octal | 224 | 123 | 25 | 0 | 54 | 126 | 52 | 35 | 113 | 41 |
| Binary | 10010100 | 1010011 | 10101 | 0 | 101100 | 1010110 | 101010 | 11101 | 1001011 | 100001 |
Color Harmonies of #945315
Complementary color
Monochromatic Colors of #945315
Black with #945315
Text Example
Text Example
White with #945315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945315; }
p { color: rgb(148,83,21); }
H1.HeaderClassName
{
color: #945315;
}
.AnyTagClassName
{
color: #945315;
}
</style>
background-color css
<style>
a { background-color: #945315; }
a { background-color: rgb(148,83,21); }
div.DivClassName
{
background-color: #945315;
}
.BgClassName
{
background-color: #945315;
}
</style>
border-color css
<style>
span { border-color: #945315; }
span { border-color: rgb(148,83,21); }
td.TdClassName
{
border-color: #945315;
}
.TagClassName
{
border-color: #945315;
}
</style>