Shades of Saddle Brown #934101
Tints of Saddle Brown #934101
RGB
CMYK
RGB Variations
Color information
#934101 (or 0x934101) is known color: Saddle Brown. HEX triplet: 93, 41 and 01. RGB value is (147,65,1). Sum of RGB (Red+Green+Blue) = 147+65+1=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #934101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934101 is #6CBEFE. Grayscale: #525252. Windows color (decimal): -7126783 or 82323. OLE color: 82323.
HSL color Cylindrical-coordinate representation of color #934101: hue angle of 26.3º 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 #934101 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.42 |
| HSL | 26.3º | 0.99% | 0.29% | - |
| HSV(B) | 26.3º | 0.99% | 0.58% | - |
| XYZ | 13.93 | 9.99 | 1.22 | - |
| YUV | 82.22 | 82.17 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 1 | 0 | 0.56 | 0.99 | 0.42 | 26.3 | 0.99 | 0.29 |
| Hex | 93 | 41 | 1 | 0 | 38 | 63 | 2A | 1A | 63 | 1D |
| Octal | 223 | 101 | 1 | 0 | 70 | 143 | 52 | 32 | 143 | 35 |
| Binary | 10010011 | 1000001 | 1 | 0 | 111000 | 1100011 | 101010 | 11010 | 1100011 | 11101 |
Color Harmonies of #934101
Complementary color
Monochromatic Colors of #934101
Black with #934101
Text Example
Text Example
White with #934101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934101; }
p { color: rgb(147,65,1); }
H1.HeaderClassName
{
color: #934101;
}
.AnyTagClassName
{
color: #934101;
}
</style>
background-color css
<style>
a { background-color: #934101; }
a { background-color: rgb(147,65,1); }
div.DivClassName
{
background-color: #934101;
}
.BgClassName
{
background-color: #934101;
}
</style>
border-color css
<style>
span { border-color: #934101; }
span { border-color: rgb(147,65,1); }
td.TdClassName
{
border-color: #934101;
}
.TagClassName
{
border-color: #934101;
}
</style>