Shades of Saddle Brown #933100
Tints of Saddle Brown #933100
RGB
CMYK
RGB Variations
Color information
#933100 (or 0x933100) is known color: Saddle Brown. HEX triplet: 93, 31 and 00. RGB value is (147,49,0). Sum of RGB (Red+Green+Blue) = 147+49+0=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #933100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933100 is #6CCEFF. Grayscale: #494949. Windows color (decimal): -7130880 or 12691. OLE color: 12691.
HSL color Cylindrical-coordinate representation of color #933100: hue angle of 20º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #933100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 49 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.42 |
| HSL | 20º | 1% | 0.29% | - |
| HSV(B) | 20º | 1% | 0.58% | - |
| XYZ | 13.13 | 8.4 | 0.93 | - |
| YUV | 72.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 0 | 0 | 0.67 | 1 | 0.42 | 20 | 1 | 0.29 |
| Hex | 93 | 31 | 0 | 0 | 43 | 64 | 2A | 14 | 64 | 1D |
| Octal | 223 | 61 | 0 | 0 | 103 | 144 | 52 | 24 | 144 | 35 |
| Binary | 10010011 | 110001 | 0 | 0 | 1000011 | 1100100 | 101010 | 10100 | 1100100 | 11101 |
Color Harmonies of #933100
Complementary color
Monochromatic Colors of #933100
Black with #933100
Text Example
Text Example
White with #933100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933100; }
p { color: rgb(147,49,0); }
H1.HeaderClassName
{
color: #933100;
}
.AnyTagClassName
{
color: #933100;
}
</style>
background-color css
<style>
a { background-color: #933100; }
a { background-color: rgb(147,49,0); }
div.DivClassName
{
background-color: #933100;
}
.BgClassName
{
background-color: #933100;
}
</style>
border-color css
<style>
span { border-color: #933100; }
span { border-color: rgb(147,49,0); }
td.TdClassName
{
border-color: #933100;
}
.TagClassName
{
border-color: #933100;
}
</style>