Shades of Saddle Brown #944301
Tints of Saddle Brown #944301
RGB
CMYK
RGB Variations
Color information
#944301 (or 0x944301) is known color: Saddle Brown. HEX triplet: 94, 43 and 01. RGB value is (148,67,1). Sum of RGB (Red+Green+Blue) = 148+67+1=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #944301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944301 is #6BBCFE. Grayscale: #545454. Windows color (decimal): -7060735 or 82836. OLE color: 82836.
HSL color Cylindrical-coordinate representation of color #944301: hue angle of 26.94º 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 #944301 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.42 |
| HSL | 26.94º | 0.99% | 0.29% | - |
| HSV(B) | 26.94º | 0.99% | 0.58% | - |
| XYZ | 14.23 | 10.31 | 1.27 | - |
| YUV | 83.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 1 | 0 | 0.55 | 0.99 | 0.42 | 26.94 | 0.99 | 0.29 |
| Hex | 94 | 43 | 1 | 0 | 37 | 63 | 2A | 1B | 63 | 1D |
| Octal | 224 | 103 | 1 | 0 | 67 | 143 | 52 | 33 | 143 | 35 |
| Binary | 10010100 | 1000011 | 1 | 0 | 110111 | 1100011 | 101010 | 11011 | 1100011 | 11101 |
Color Harmonies of #944301
Complementary color
Monochromatic Colors of #944301
Black with #944301
Text Example
Text Example
White with #944301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944301; }
p { color: rgb(148,67,1); }
H1.HeaderClassName
{
color: #944301;
}
.AnyTagClassName
{
color: #944301;
}
</style>
background-color css
<style>
a { background-color: #944301; }
a { background-color: rgb(148,67,1); }
div.DivClassName
{
background-color: #944301;
}
.BgClassName
{
background-color: #944301;
}
</style>
border-color css
<style>
span { border-color: #944301; }
span { border-color: rgb(148,67,1); }
td.TdClassName
{
border-color: #944301;
}
.TagClassName
{
border-color: #944301;
}
</style>