Shades of Saddle Brown #903307
Tints of Saddle Brown #903307
RGB
CMYK
RGB Variations
Color information
#903307 (or 0x903307) is known color: Saddle Brown. HEX triplet: 90, 33 and 07. RGB value is (144,51,7). Sum of RGB (Red+Green+Blue) = 144+51+7=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #903307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903307 is #6FCCF8. Grayscale: #4A4A4A. Windows color (decimal): -7326969 or 471952. OLE color: 471952.
HSL color Cylindrical-coordinate representation of color #903307: hue angle of 19.27º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #903307 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 7 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.44 |
| HSL | 19.27º | 0.91% | 0.3% | - |
| HSV(B) | 19.27º | 0.95% | 0.56% | - |
| XYZ | 12.72 | 8.31 | 1.13 | - |
| YUV | 73.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 7 | 0 | 0.65 | 0.95 | 0.44 | 19.27 | 0.91 | 0.3 |
| Hex | 90 | 33 | 7 | 0 | 41 | 5F | 2C | 13 | 5B | 1E |
| Octal | 220 | 63 | 7 | 0 | 101 | 137 | 54 | 23 | 133 | 36 |
| Binary | 10010000 | 110011 | 111 | 0 | 1000001 | 1011111 | 101100 | 10011 | 1011011 | 11110 |
Color Harmonies of #903307
Complementary color
Monochromatic Colors of #903307
Black with #903307
Text Example
Text Example
White with #903307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903307; }
p { color: rgb(144,51,7); }
H1.HeaderClassName
{
color: #903307;
}
.AnyTagClassName
{
color: #903307;
}
</style>
background-color css
<style>
a { background-color: #903307; }
a { background-color: rgb(144,51,7); }
div.DivClassName
{
background-color: #903307;
}
.BgClassName
{
background-color: #903307;
}
</style>
border-color css
<style>
span { border-color: #903307; }
span { border-color: rgb(144,51,7); }
td.TdClassName
{
border-color: #903307;
}
.TagClassName
{
border-color: #903307;
}
</style>