Shades of Saddle Brown #933201
Tints of Saddle Brown #933201
RGB
CMYK
RGB Variations
Color information
#933201 (or 0x933201) is known color: Saddle Brown. HEX triplet: 93, 32 and 01. RGB value is (147,50,1). Sum of RGB (Red+Green+Blue) = 147+50+1=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #933201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933201 is #6CCDFE. Grayscale: #494949. Windows color (decimal): -7130623 or 78483. OLE color: 78483.
HSL color Cylindrical-coordinate representation of color #933201: hue angle of 20.14º 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 #933201 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.42 |
| HSL | 20.14º | 0.99% | 0.29% | - |
| HSV(B) | 20.14º | 0.99% | 0.58% | - |
| XYZ | 13.18 | 8.49 | 0.97 | - |
| YUV | 73.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 1 | 0 | 0.66 | 0.99 | 0.42 | 20.14 | 0.99 | 0.29 |
| Hex | 93 | 32 | 1 | 0 | 42 | 63 | 2A | 14 | 63 | 1D |
| Octal | 223 | 62 | 1 | 0 | 102 | 143 | 52 | 24 | 143 | 35 |
| Binary | 10010011 | 110010 | 1 | 0 | 1000010 | 1100011 | 101010 | 10100 | 1100011 | 11101 |
Color Harmonies of #933201
Complementary color
Monochromatic Colors of #933201
Black with #933201
Text Example
Text Example
White with #933201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933201; }
p { color: rgb(147,50,1); }
H1.HeaderClassName
{
color: #933201;
}
.AnyTagClassName
{
color: #933201;
}
</style>
background-color css
<style>
a { background-color: #933201; }
a { background-color: rgb(147,50,1); }
div.DivClassName
{
background-color: #933201;
}
.BgClassName
{
background-color: #933201;
}
</style>
border-color css
<style>
span { border-color: #933201; }
span { border-color: rgb(147,50,1); }
td.TdClassName
{
border-color: #933201;
}
.TagClassName
{
border-color: #933201;
}
</style>