Shades of Saddle Brown #942903
Tints of Saddle Brown #942903
RGB
CMYK
RGB Variations
Color information
#942903 (or 0x942903) is known color: Saddle Brown. HEX triplet: 94, 29 and 03. RGB value is (148,41,3). Sum of RGB (Red+Green+Blue) = 148+41+3=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #942903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942903 is #6BD6FC. Grayscale: #444444. Windows color (decimal): -7067389 or 207252. OLE color: 207252.
HSL color Cylindrical-coordinate representation of color #942903: hue angle of 15.72º 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 #942903 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.42 |
| HSL | 15.72º | 0.96% | 0.3% | - |
| HSV(B) | 15.72º | 0.98% | 0.58% | - |
| XYZ | 13.02 | 7.89 | 0.92 | - |
| YUV | 68.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 3 | 0 | 0.72 | 0.98 | 0.42 | 15.72 | 0.96 | 0.3 |
| Hex | 94 | 29 | 3 | 0 | 48 | 62 | 2A | 10 | 60 | 1E |
| Octal | 224 | 51 | 3 | 0 | 110 | 142 | 52 | 20 | 140 | 36 |
| Binary | 10010100 | 101001 | 11 | 0 | 1001000 | 1100010 | 101010 | 10000 | 1100000 | 11110 |
Color Harmonies of #942903
Complementary color
Monochromatic Colors of #942903
Black with #942903
Text Example
Text Example
White with #942903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942903; }
p { color: rgb(148,41,3); }
H1.HeaderClassName
{
color: #942903;
}
.AnyTagClassName
{
color: #942903;
}
</style>
background-color css
<style>
a { background-color: #942903; }
a { background-color: rgb(148,41,3); }
div.DivClassName
{
background-color: #942903;
}
.BgClassName
{
background-color: #942903;
}
</style>
border-color css
<style>
span { border-color: #942903; }
span { border-color: rgb(148,41,3); }
td.TdClassName
{
border-color: #942903;
}
.TagClassName
{
border-color: #942903;
}
</style>