Shades of Saddle Brown #943401
Tints of Saddle Brown #943401
RGB
CMYK
RGB Variations
Color information
#943401 (or 0x943401) is known color: Saddle Brown. HEX triplet: 94, 34 and 01. RGB value is (148,52,1). Sum of RGB (Red+Green+Blue) = 148+52+1=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #943401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943401 is #6BCBFE. Grayscale: #4B4B4B. Windows color (decimal): -7064575 or 78996. OLE color: 78996.
HSL color Cylindrical-coordinate representation of color #943401: hue angle of 20.82º 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 #943401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.42 |
| HSL | 20.82º | 0.99% | 0.29% | - |
| HSV(B) | 20.82º | 0.99% | 0.58% | - |
| XYZ | 13.45 | 8.75 | 1.01 | - |
| YUV | 74.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 1 | 0 | 0.65 | 0.99 | 0.42 | 20.82 | 0.99 | 0.29 |
| Hex | 94 | 34 | 1 | 0 | 41 | 63 | 2A | 15 | 63 | 1D |
| Octal | 224 | 64 | 1 | 0 | 101 | 143 | 52 | 25 | 143 | 35 |
| Binary | 10010100 | 110100 | 1 | 0 | 1000001 | 1100011 | 101010 | 10101 | 1100011 | 11101 |
Color Harmonies of #943401
Complementary color
Monochromatic Colors of #943401
Black with #943401
Text Example
Text Example
White with #943401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943401; }
p { color: rgb(148,52,1); }
H1.HeaderClassName
{
color: #943401;
}
.AnyTagClassName
{
color: #943401;
}
</style>
background-color css
<style>
a { background-color: #943401; }
a { background-color: rgb(148,52,1); }
div.DivClassName
{
background-color: #943401;
}
.BgClassName
{
background-color: #943401;
}
</style>
border-color css
<style>
span { border-color: #943401; }
span { border-color: rgb(148,52,1); }
td.TdClassName
{
border-color: #943401;
}
.TagClassName
{
border-color: #943401;
}
</style>