Shades of Saddle Brown #933F00
Tints of Saddle Brown #933F00
RGB
CMYK
RGB Variations
Color information
#933F00 (or 0x933F00) is known color: Saddle Brown. HEX triplet: 93, 3F and 00. RGB value is (147,63,0). Sum of RGB (Red+Green+Blue) = 147+63+0=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #933F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F00 is #6CC0FF. Grayscale: #515151. Windows color (decimal): -7127296 or 16275. OLE color: 16275.
HSL color Cylindrical-coordinate representation of color #933F00: hue angle of 25.71º 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 #933F00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.42 |
| HSL | 25.71º | 1% | 0.29% | - |
| HSV(B) | 25.71º | 1% | 0.58% | - |
| XYZ | 13.81 | 9.76 | 1.16 | - |
| YUV | 80.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 0 | 0 | 0.57 | 1 | 0.42 | 25.71 | 1 | 0.29 |
| Hex | 93 | 3F | 0 | 0 | 39 | 64 | 2A | 1A | 64 | 1D |
| Octal | 223 | 77 | 0 | 0 | 71 | 144 | 52 | 32 | 144 | 35 |
| Binary | 10010011 | 111111 | 0 | 0 | 111001 | 1100100 | 101010 | 11010 | 1100100 | 11101 |
Color Harmonies of #933F00
Complementary color
Monochromatic Colors of #933F00
Black with #933F00
Text Example
Text Example
White with #933F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F00; }
p { color: rgb(147,63,0); }
H1.HeaderClassName
{
color: #933F00;
}
.AnyTagClassName
{
color: #933F00;
}
</style>
background-color css
<style>
a { background-color: #933F00; }
a { background-color: rgb(147,63,0); }
div.DivClassName
{
background-color: #933F00;
}
.BgClassName
{
background-color: #933F00;
}
</style>
border-color css
<style>
span { border-color: #933F00; }
span { border-color: rgb(147,63,0); }
td.TdClassName
{
border-color: #933F00;
}
.TagClassName
{
border-color: #933F00;
}
</style>