Shades of Saddle Brown #933A00
Tints of Saddle Brown #933A00
RGB
CMYK
RGB Variations
Color information
#933A00 (or 0x933A00) is known color: Saddle Brown. HEX triplet: 93, 3A and 00. RGB value is (147,58,0). Sum of RGB (Red+Green+Blue) = 147+58+0=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #933A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A00 is #6CC5FF. Grayscale: #4E4E4E. Windows color (decimal): -7128576 or 14995. OLE color: 14995.
HSL color Cylindrical-coordinate representation of color #933A00: hue angle of 23.67º 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 #933A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.42 |
| HSL | 23.67º | 1% | 0.29% | - |
| HSV(B) | 23.67º | 1% | 0.58% | - |
| XYZ | 13.55 | 9.23 | 1.07 | - |
| YUV | 78 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 0 | 0 | 0.61 | 1 | 0.42 | 23.67 | 1 | 0.29 |
| Hex | 93 | 3A | 0 | 0 | 3D | 64 | 2A | 18 | 64 | 1D |
| Octal | 223 | 72 | 0 | 0 | 75 | 144 | 52 | 30 | 144 | 35 |
| Binary | 10010011 | 111010 | 0 | 0 | 111101 | 1100100 | 101010 | 11000 | 1100100 | 11101 |
Color Harmonies of #933A00
Complementary color
Monochromatic Colors of #933A00
Black with #933A00
Text Example
Text Example
White with #933A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A00; }
p { color: rgb(147,58,0); }
H1.HeaderClassName
{
color: #933A00;
}
.AnyTagClassName
{
color: #933A00;
}
</style>
background-color css
<style>
a { background-color: #933A00; }
a { background-color: rgb(147,58,0); }
div.DivClassName
{
background-color: #933A00;
}
.BgClassName
{
background-color: #933A00;
}
</style>
border-color css
<style>
span { border-color: #933A00; }
span { border-color: rgb(147,58,0); }
td.TdClassName
{
border-color: #933A00;
}
.TagClassName
{
border-color: #933A00;
}
</style>