Shades of Saddle Brown #943103
Tints of Saddle Brown #943103
RGB
CMYK
RGB Variations
Color information
#943103 (or 0x943103) is known color: Saddle Brown. HEX triplet: 94, 31 and 03. RGB value is (148,49,3). Sum of RGB (Red+Green+Blue) = 148+49+3=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #943103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943103 is #6BCEFC. Grayscale: #494949. Windows color (decimal): -7065341 or 209300. OLE color: 209300.
HSL color Cylindrical-coordinate representation of color #943103: hue angle of 19.03º 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 #943103 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.42 |
| HSL | 19.03º | 0.96% | 0.3% | - |
| HSV(B) | 19.03º | 0.98% | 0.58% | - |
| XYZ | 13.33 | 8.5 | 1.02 | - |
| YUV | 73.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 3 | 0 | 0.67 | 0.98 | 0.42 | 19.03 | 0.96 | 0.3 |
| Hex | 94 | 31 | 3 | 0 | 43 | 62 | 2A | 13 | 60 | 1E |
| Octal | 224 | 61 | 3 | 0 | 103 | 142 | 52 | 23 | 140 | 36 |
| Binary | 10010100 | 110001 | 11 | 0 | 1000011 | 1100010 | 101010 | 10011 | 1100000 | 11110 |
Color Harmonies of #943103
Complementary color
Monochromatic Colors of #943103
Black with #943103
Text Example
Text Example
White with #943103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943103; }
p { color: rgb(148,49,3); }
H1.HeaderClassName
{
color: #943103;
}
.AnyTagClassName
{
color: #943103;
}
</style>
background-color css
<style>
a { background-color: #943103; }
a { background-color: rgb(148,49,3); }
div.DivClassName
{
background-color: #943103;
}
.BgClassName
{
background-color: #943103;
}
</style>
border-color css
<style>
span { border-color: #943103; }
span { border-color: rgb(148,49,3); }
td.TdClassName
{
border-color: #943103;
}
.TagClassName
{
border-color: #943103;
}
</style>