Shades of Saddle Brown #905310
Tints of Saddle Brown #905310
RGB
CMYK
RGB Variations
Color information
#905310 (or 0x905310) is known color: Saddle Brown. HEX triplet: 90, 53 and 10. RGB value is (144,83,16). Sum of RGB (Red+Green+Blue) = 144+83+16=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #905310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905310 is #6FACEF. Grayscale: #5D5D5D. Windows color (decimal): -7318768 or 1069968. OLE color: 1069968.
HSL color Cylindrical-coordinate representation of color #905310: hue angle of 31.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #905310 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 16 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.44 |
| HSL | 31.41º | 0.8% | 0.31% | - |
| HSV(B) | 31.41º | 0.89% | 0.56% | - |
| XYZ | 14.69 | 12.15 | 2.06 | - |
| YUV | 93.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 16 | 0 | 0.42 | 0.89 | 0.44 | 31.41 | 0.8 | 0.31 |
| Hex | 90 | 53 | 10 | 0 | 2A | 59 | 2C | 1F | 50 | 1F |
| Octal | 220 | 123 | 20 | 0 | 52 | 131 | 54 | 37 | 120 | 37 |
| Binary | 10010000 | 1010011 | 10000 | 0 | 101010 | 1011001 | 101100 | 11111 | 1010000 | 11111 |
Color Harmonies of #905310
Complementary color
Monochromatic Colors of #905310
Black with #905310
Text Example
Text Example
White with #905310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905310; }
p { color: rgb(144,83,16); }
H1.HeaderClassName
{
color: #905310;
}
.AnyTagClassName
{
color: #905310;
}
</style>
background-color css
<style>
a { background-color: #905310; }
a { background-color: rgb(144,83,16); }
div.DivClassName
{
background-color: #905310;
}
.BgClassName
{
background-color: #905310;
}
</style>
border-color css
<style>
span { border-color: #905310; }
span { border-color: rgb(144,83,16); }
td.TdClassName
{
border-color: #905310;
}
.TagClassName
{
border-color: #905310;
}
</style>