Shades of Saddle Brown #942803
Tints of Saddle Brown #942803
RGB
CMYK
RGB Variations
Color information
#942803 (or 0x942803) is known color: Saddle Brown. HEX triplet: 94, 28 and 03. RGB value is (148,40,3). Sum of RGB (Red+Green+Blue) = 148+40+3=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #942803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942803 is #6BD7FC. Grayscale: #444444. Windows color (decimal): -7067645 or 206996. OLE color: 206996.
HSL color Cylindrical-coordinate representation of color #942803: hue angle of 15.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 #942803 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.42 |
| HSL | 15.31º | 0.96% | 0.3% | - |
| HSV(B) | 15.31º | 0.98% | 0.58% | - |
| XYZ | 12.99 | 7.82 | 0.91 | - |
| YUV | 68.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 3 | 0 | 0.73 | 0.98 | 0.42 | 15.31 | 0.96 | 0.3 |
| Hex | 94 | 28 | 3 | 0 | 49 | 62 | 2A | F | 60 | 1E |
| Octal | 224 | 50 | 3 | 0 | 111 | 142 | 52 | 17 | 140 | 36 |
| Binary | 10010100 | 101000 | 11 | 0 | 1001001 | 1100010 | 101010 | 1111 | 1100000 | 11110 |
Color Harmonies of #942803
Complementary color
Monochromatic Colors of #942803
Black with #942803
Text Example
Text Example
White with #942803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942803; }
p { color: rgb(148,40,3); }
H1.HeaderClassName
{
color: #942803;
}
.AnyTagClassName
{
color: #942803;
}
</style>
background-color css
<style>
a { background-color: #942803; }
a { background-color: rgb(148,40,3); }
div.DivClassName
{
background-color: #942803;
}
.BgClassName
{
background-color: #942803;
}
</style>
border-color css
<style>
span { border-color: #942803; }
span { border-color: rgb(148,40,3); }
td.TdClassName
{
border-color: #942803;
}
.TagClassName
{
border-color: #942803;
}
</style>