Shades of Saddle Brown #90330B
Tints of Saddle Brown #90330B
RGB
CMYK
RGB Variations
Color information
#90330B (or 0x90330B) is known color: Saddle Brown. HEX triplet: 90, 33 and 0B. RGB value is (144,51,11). Sum of RGB (Red+Green+Blue) = 144+51+11=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90330B is #6FCCF4. Grayscale: #4A4A4A. Windows color (decimal): -7326965 or 734096. OLE color: 734096.
HSL color Cylindrical-coordinate representation of color #90330B: hue angle of 18.05º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90330B is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 11 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.44 |
| HSL | 18.05º | 0.86% | 0.3% | - |
| HSV(B) | 18.05º | 0.92% | 0.56% | - |
| XYZ | 12.75 | 8.32 | 1.25 | - |
| YUV | 74.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 11 | 0 | 0.65 | 0.92 | 0.44 | 18.05 | 0.86 | 0.3 |
| Hex | 90 | 33 | B | 0 | 41 | 5C | 2C | 12 | 56 | 1E |
| Octal | 220 | 63 | 13 | 0 | 101 | 134 | 54 | 22 | 126 | 36 |
| Binary | 10010000 | 110011 | 1011 | 0 | 1000001 | 1011100 | 101100 | 10010 | 1010110 | 11110 |
Color Harmonies of #90330B
Complementary color
Monochromatic Colors of #90330B
Black with #90330B
Text Example
Text Example
White with #90330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90330B; }
p { color: rgb(144,51,11); }
H1.HeaderClassName
{
color: #90330B;
}
.AnyTagClassName
{
color: #90330B;
}
</style>
background-color css
<style>
a { background-color: #90330B; }
a { background-color: rgb(144,51,11); }
div.DivClassName
{
background-color: #90330B;
}
.BgClassName
{
background-color: #90330B;
}
</style>
border-color css
<style>
span { border-color: #90330B; }
span { border-color: rgb(144,51,11); }
td.TdClassName
{
border-color: #90330B;
}
.TagClassName
{
border-color: #90330B;
}
</style>