Shades of Saddle Brown #905017
Tints of Saddle Brown #905017
RGB
CMYK
RGB Variations
Color information
#905017 (or 0x905017) is known color: Saddle Brown. HEX triplet: 90, 50 and 17. RGB value is (144,80,23). Sum of RGB (Red+Green+Blue) = 144+80+23=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #905017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905017 is #6FAFE8. Grayscale: #5C5C5C. Windows color (decimal): -7319529 or 1527952. OLE color: 1527952.
HSL color Cylindrical-coordinate representation of color #905017: hue angle of 28.26º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #905017 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 23 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.44 |
| HSL | 28.26º | 0.72% | 0.33% | - |
| HSV(B) | 28.26º | 0.84% | 0.56% | - |
| XYZ | 14.52 | 11.73 | 2.31 | - |
| YUV | 92.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 23 | 0 | 0.44 | 0.84 | 0.44 | 28.26 | 0.72 | 0.33 |
| Hex | 90 | 50 | 17 | 0 | 2C | 54 | 2C | 1C | 48 | 21 |
| Octal | 220 | 120 | 27 | 0 | 54 | 124 | 54 | 34 | 110 | 41 |
| Binary | 10010000 | 1010000 | 10111 | 0 | 101100 | 1010100 | 101100 | 11100 | 1001000 | 100001 |
Color Harmonies of #905017
Complementary color
Monochromatic Colors of #905017
Black with #905017
Text Example
Text Example
White with #905017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905017; }
p { color: rgb(144,80,23); }
H1.HeaderClassName
{
color: #905017;
}
.AnyTagClassName
{
color: #905017;
}
</style>
background-color css
<style>
a { background-color: #905017; }
a { background-color: rgb(144,80,23); }
div.DivClassName
{
background-color: #905017;
}
.BgClassName
{
background-color: #905017;
}
</style>
border-color css
<style>
span { border-color: #905017; }
span { border-color: rgb(144,80,23); }
td.TdClassName
{
border-color: #905017;
}
.TagClassName
{
border-color: #905017;
}
</style>