Shades of Saddle Brown #944503
Tints of Saddle Brown #944503
RGB
CMYK
RGB Variations
Color information
#944503 (or 0x944503) is known color: Saddle Brown. HEX triplet: 94, 45 and 03. RGB value is (148,69,3). Sum of RGB (Red+Green+Blue) = 148+69+3=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #944503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944503 is #6BBAFC. Grayscale: #555555. Windows color (decimal): -7060221 or 214420. OLE color: 214420.
HSL color Cylindrical-coordinate representation of color #944503: hue angle of 27.31º 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 #944503 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 69 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.42 |
| HSL | 27.31º | 0.96% | 0.3% | - |
| HSV(B) | 27.31º | 0.98% | 0.58% | - |
| XYZ | 14.36 | 10.56 | 1.37 | - |
| YUV | 85.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 3 | 0 | 0.53 | 0.98 | 0.42 | 27.31 | 0.96 | 0.3 |
| Hex | 94 | 45 | 3 | 0 | 35 | 62 | 2A | 1B | 60 | 1E |
| Octal | 224 | 105 | 3 | 0 | 65 | 142 | 52 | 33 | 140 | 36 |
| Binary | 10010100 | 1000101 | 11 | 0 | 110101 | 1100010 | 101010 | 11011 | 1100000 | 11110 |
Color Harmonies of #944503
Complementary color
Monochromatic Colors of #944503
Black with #944503
Text Example
Text Example
White with #944503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944503; }
p { color: rgb(148,69,3); }
H1.HeaderClassName
{
color: #944503;
}
.AnyTagClassName
{
color: #944503;
}
</style>
background-color css
<style>
a { background-color: #944503; }
a { background-color: rgb(148,69,3); }
div.DivClassName
{
background-color: #944503;
}
.BgClassName
{
background-color: #944503;
}
</style>
border-color css
<style>
span { border-color: #944503; }
span { border-color: rgb(148,69,3); }
td.TdClassName
{
border-color: #944503;
}
.TagClassName
{
border-color: #944503;
}
</style>