Shades of Saddle Brown #943101
Tints of Saddle Brown #943101
RGB
CMYK
RGB Variations
Color information
#943101 (or 0x943101) is known color: Saddle Brown. HEX triplet: 94, 31 and 01. RGB value is (148,49,1). Sum of RGB (Red+Green+Blue) = 148+49+1=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #943101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943101 is #6BCEFE. Grayscale: #494949. Windows color (decimal): -7065343 or 78228. OLE color: 78228.
HSL color Cylindrical-coordinate representation of color #943101: hue angle of 19.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #943101 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.42 |
| HSL | 19.59º | 0.99% | 0.29% | - |
| HSV(B) | 19.59º | 0.99% | 0.58% | - |
| XYZ | 13.32 | 8.49 | 0.97 | - |
| YUV | 73.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 1 | 0 | 0.67 | 0.99 | 0.42 | 19.59 | 0.99 | 0.29 |
| Hex | 94 | 31 | 1 | 0 | 43 | 63 | 2A | 14 | 63 | 1D |
| Octal | 224 | 61 | 1 | 0 | 103 | 143 | 52 | 24 | 143 | 35 |
| Binary | 10010100 | 110001 | 1 | 0 | 1000011 | 1100011 | 101010 | 10100 | 1100011 | 11101 |
Color Harmonies of #943101
Complementary color
Monochromatic Colors of #943101
Black with #943101
Text Example
Text Example
White with #943101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943101; }
p { color: rgb(148,49,1); }
H1.HeaderClassName
{
color: #943101;
}
.AnyTagClassName
{
color: #943101;
}
</style>
background-color css
<style>
a { background-color: #943101; }
a { background-color: rgb(148,49,1); }
div.DivClassName
{
background-color: #943101;
}
.BgClassName
{
background-color: #943101;
}
</style>
border-color css
<style>
span { border-color: #943101; }
span { border-color: rgb(148,49,1); }
td.TdClassName
{
border-color: #943101;
}
.TagClassName
{
border-color: #943101;
}
</style>