Shades of Saddle Brown #945103
Tints of Saddle Brown #945103
RGB
CMYK
RGB Variations
Color information
#945103 (or 0x945103) is known color: Saddle Brown. HEX triplet: 94, 51 and 03. RGB value is (148,81,3). Sum of RGB (Red+Green+Blue) = 148+81+3=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #945103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945103 is #6BAEFC. Grayscale: #5C5C5C. Windows color (decimal): -7057149 or 217492. OLE color: 217492.
HSL color Cylindrical-coordinate representation of color #945103: hue angle of 32.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #945103 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.42 |
| HSL | 32.28º | 0.96% | 0.3% | - |
| HSV(B) | 32.28º | 0.98% | 0.58% | - |
| XYZ | 15.17 | 12.19 | 1.64 | - |
| YUV | 92.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 3 | 0 | 0.45 | 0.98 | 0.42 | 32.28 | 0.96 | 0.3 |
| Hex | 94 | 51 | 3 | 0 | 2D | 62 | 2A | 20 | 60 | 1E |
| Octal | 224 | 121 | 3 | 0 | 55 | 142 | 52 | 40 | 140 | 36 |
| Binary | 10010100 | 1010001 | 11 | 0 | 101101 | 1100010 | 101010 | 100000 | 1100000 | 11110 |
Color Harmonies of #945103
Complementary color
Monochromatic Colors of #945103
Black with #945103
Text Example
Text Example
White with #945103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945103; }
p { color: rgb(148,81,3); }
H1.HeaderClassName
{
color: #945103;
}
.AnyTagClassName
{
color: #945103;
}
</style>
background-color css
<style>
a { background-color: #945103; }
a { background-color: rgb(148,81,3); }
div.DivClassName
{
background-color: #945103;
}
.BgClassName
{
background-color: #945103;
}
</style>
border-color css
<style>
span { border-color: #945103; }
span { border-color: rgb(148,81,3); }
td.TdClassName
{
border-color: #945103;
}
.TagClassName
{
border-color: #945103;
}
</style>