Shades of Saddle Brown #934301
Tints of Saddle Brown #934301
RGB
CMYK
RGB Variations
Color information
#934301 (or 0x934301) is known color: Saddle Brown. HEX triplet: 93, 43 and 01. RGB value is (147,67,1). Sum of RGB (Red+Green+Blue) = 147+67+1=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #934301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934301 is #6CBCFE. Grayscale: #535353. Windows color (decimal): -7126271 or 82835. OLE color: 82835.
HSL color Cylindrical-coordinate representation of color #934301: hue angle of 27.12º 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 #934301 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.42 |
| HSL | 27.12º | 0.99% | 0.29% | - |
| HSV(B) | 27.12º | 0.99% | 0.58% | - |
| XYZ | 14.05 | 10.22 | 1.26 | - |
| YUV | 83.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 1 | 0 | 0.54 | 0.99 | 0.42 | 27.12 | 0.99 | 0.29 |
| Hex | 93 | 43 | 1 | 0 | 36 | 63 | 2A | 1B | 63 | 1D |
| Octal | 223 | 103 | 1 | 0 | 66 | 143 | 52 | 33 | 143 | 35 |
| Binary | 10010011 | 1000011 | 1 | 0 | 110110 | 1100011 | 101010 | 11011 | 1100011 | 11101 |
Color Harmonies of #934301
Complementary color
Monochromatic Colors of #934301
Black with #934301
Text Example
Text Example
White with #934301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934301; }
p { color: rgb(147,67,1); }
H1.HeaderClassName
{
color: #934301;
}
.AnyTagClassName
{
color: #934301;
}
</style>
background-color css
<style>
a { background-color: #934301; }
a { background-color: rgb(147,67,1); }
div.DivClassName
{
background-color: #934301;
}
.BgClassName
{
background-color: #934301;
}
</style>
border-color css
<style>
span { border-color: #934301; }
span { border-color: rgb(147,67,1); }
td.TdClassName
{
border-color: #934301;
}
.TagClassName
{
border-color: #934301;
}
</style>