Shades of Saddle Brown #934401
Tints of Saddle Brown #934401
RGB
CMYK
RGB Variations
Color information
#934401 (or 0x934401) is known color: Saddle Brown. HEX triplet: 93, 44 and 01. RGB value is (147,68,1). Sum of RGB (Red+Green+Blue) = 147+68+1=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #934401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934401 is #6CBBFE. Grayscale: #545454. Windows color (decimal): -7126015 or 83091. OLE color: 83091.
HSL color Cylindrical-coordinate representation of color #934401: hue angle of 27.53º 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 #934401 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.42 |
| HSL | 27.53º | 0.99% | 0.29% | - |
| HSV(B) | 27.53º | 0.99% | 0.58% | - |
| XYZ | 14.11 | 10.34 | 1.28 | - |
| YUV | 83.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 1 | 0 | 0.54 | 0.99 | 0.42 | 27.53 | 0.99 | 0.29 |
| Hex | 93 | 44 | 1 | 0 | 36 | 63 | 2A | 1C | 63 | 1D |
| Octal | 223 | 104 | 1 | 0 | 66 | 143 | 52 | 34 | 143 | 35 |
| Binary | 10010011 | 1000100 | 1 | 0 | 110110 | 1100011 | 101010 | 11100 | 1100011 | 11101 |
Color Harmonies of #934401
Complementary color
Monochromatic Colors of #934401
Black with #934401
Text Example
Text Example
White with #934401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934401; }
p { color: rgb(147,68,1); }
H1.HeaderClassName
{
color: #934401;
}
.AnyTagClassName
{
color: #934401;
}
</style>
background-color css
<style>
a { background-color: #934401; }
a { background-color: rgb(147,68,1); }
div.DivClassName
{
background-color: #934401;
}
.BgClassName
{
background-color: #934401;
}
</style>
border-color css
<style>
span { border-color: #934401; }
span { border-color: rgb(147,68,1); }
td.TdClassName
{
border-color: #934401;
}
.TagClassName
{
border-color: #934401;
}
</style>