Shades of Saddle Brown #944103
Tints of Saddle Brown #944103
RGB
CMYK
RGB Variations
Color information
#944103 (or 0x944103) is known color: Saddle Brown. HEX triplet: 94, 41 and 03. RGB value is (148,65,3). Sum of RGB (Red+Green+Blue) = 148+65+3=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #944103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944103 is #6BBEFC. Grayscale: #535353. Windows color (decimal): -7061245 or 213396. OLE color: 213396.
HSL color Cylindrical-coordinate representation of color #944103: hue angle of 25.66º 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 #944103 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.42 |
| HSL | 25.66º | 0.96% | 0.3% | - |
| HSV(B) | 25.66º | 0.98% | 0.58% | - |
| XYZ | 14.12 | 10.08 | 1.29 | - |
| YUV | 82.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 3 | 0 | 0.56 | 0.98 | 0.42 | 25.66 | 0.96 | 0.3 |
| Hex | 94 | 41 | 3 | 0 | 38 | 62 | 2A | 1A | 60 | 1E |
| Octal | 224 | 101 | 3 | 0 | 70 | 142 | 52 | 32 | 140 | 36 |
| Binary | 10010100 | 1000001 | 11 | 0 | 111000 | 1100010 | 101010 | 11010 | 1100000 | 11110 |
Color Harmonies of #944103
Complementary color
Monochromatic Colors of #944103
Black with #944103
Text Example
Text Example
White with #944103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944103; }
p { color: rgb(148,65,3); }
H1.HeaderClassName
{
color: #944103;
}
.AnyTagClassName
{
color: #944103;
}
</style>
background-color css
<style>
a { background-color: #944103; }
a { background-color: rgb(148,65,3); }
div.DivClassName
{
background-color: #944103;
}
.BgClassName
{
background-color: #944103;
}
</style>
border-color css
<style>
span { border-color: #944103; }
span { border-color: rgb(148,65,3); }
td.TdClassName
{
border-color: #944103;
}
.TagClassName
{
border-color: #944103;
}
</style>