Shades of Saddle Brown #933007
Tints of Saddle Brown #933007
RGB
CMYK
RGB Variations
Color information
#933007 (or 0x933007) is known color: Saddle Brown. HEX triplet: 93, 30 and 07. RGB value is (147,48,7). Sum of RGB (Red+Green+Blue) = 147+48+7=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #933007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933007 is #6CCFF8. Grayscale: #494949. Windows color (decimal): -7131129 or 471187. OLE color: 471187.
HSL color Cylindrical-coordinate representation of color #933007: hue angle of 17.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #933007 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 7 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.42 |
| HSL | 17.57º | 0.91% | 0.3% | - |
| HSV(B) | 17.57º | 0.95% | 0.58% | - |
| XYZ | 13.13 | 8.33 | 1.12 | - |
| YUV | 72.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 7 | 0 | 0.67 | 0.95 | 0.42 | 17.57 | 0.91 | 0.3 |
| Hex | 93 | 30 | 7 | 0 | 43 | 5F | 2A | 12 | 5B | 1E |
| Octal | 223 | 60 | 7 | 0 | 103 | 137 | 52 | 22 | 133 | 36 |
| Binary | 10010011 | 110000 | 111 | 0 | 1000011 | 1011111 | 101010 | 10010 | 1011011 | 11110 |
Color Harmonies of #933007
Complementary color
Monochromatic Colors of #933007
Black with #933007
Text Example
Text Example
White with #933007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933007; }
p { color: rgb(147,48,7); }
H1.HeaderClassName
{
color: #933007;
}
.AnyTagClassName
{
color: #933007;
}
</style>
background-color css
<style>
a { background-color: #933007; }
a { background-color: rgb(147,48,7); }
div.DivClassName
{
background-color: #933007;
}
.BgClassName
{
background-color: #933007;
}
</style>
border-color css
<style>
span { border-color: #933007; }
span { border-color: rgb(147,48,7); }
td.TdClassName
{
border-color: #933007;
}
.TagClassName
{
border-color: #933007;
}
</style>