Shades of Saddle Brown #994300
Tints of Saddle Brown #994300
RGB
CMYK
RGB Variations
Color information
#994300 (or 0x994300) is known color: Saddle Brown. HEX triplet: 99, 43 and 00. RGB value is (153,67,0). Sum of RGB (Red+Green+Blue) = 153+67+0=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #994300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994300 is #66BCFF. Grayscale: #555555. Windows color (decimal): -6733056 or 17305. OLE color: 17305.
HSL color Cylindrical-coordinate representation of color #994300: hue angle of 26.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #994300 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.4 |
| HSL | 26.27º | 1% | 0.3% | - |
| HSV(B) | 26.27º | 1% | 0.6% | - |
| XYZ | 15.14 | 10.79 | 1.28 | - |
| YUV | 85.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 0 | 0 | 0.56 | 1 | 0.4 | 26.27 | 1 | 0.3 |
| Hex | 99 | 43 | 0 | 0 | 38 | 64 | 28 | 1A | 64 | 1E |
| Octal | 231 | 103 | 0 | 0 | 70 | 144 | 50 | 32 | 144 | 36 |
| Binary | 10011001 | 1000011 | 0 | 0 | 111000 | 1100100 | 101000 | 11010 | 1100100 | 11110 |
Color Harmonies of #994300
Complementary color
Monochromatic Colors of #994300
Black with #994300
Text Example
Text Example
White with #994300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994300; }
p { color: rgb(153,67,0); }
H1.HeaderClassName
{
color: #994300;
}
.AnyTagClassName
{
color: #994300;
}
</style>
background-color css
<style>
a { background-color: #994300; }
a { background-color: rgb(153,67,0); }
div.DivClassName
{
background-color: #994300;
}
.BgClassName
{
background-color: #994300;
}
</style>
border-color css
<style>
span { border-color: #994300; }
span { border-color: rgb(153,67,0); }
td.TdClassName
{
border-color: #994300;
}
.TagClassName
{
border-color: #994300;
}
</style>