Shades of Saddle Brown #905010
Tints of Saddle Brown #905010
RGB
CMYK
RGB Variations
Color information
#905010 (or 0x905010) is known color: Saddle Brown. HEX triplet: 90, 50 and 10. RGB value is (144,80,16). Sum of RGB (Red+Green+Blue) = 144+80+16=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #905010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905010 is #6FAFEF. Grayscale: #5C5C5C. Windows color (decimal): -7319536 or 1069200. OLE color: 1069200.
HSL color Cylindrical-coordinate representation of color #905010: hue angle of 30º 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 #905010 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 16 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.44 |
| HSL | 30º | 0.8% | 0.31% | - |
| HSV(B) | 30º | 0.89% | 0.56% | - |
| XYZ | 14.46 | 11.7 | 1.99 | - |
| YUV | 91.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 16 | 0 | 0.44 | 0.89 | 0.44 | 30 | 0.8 | 0.31 |
| Hex | 90 | 50 | 10 | 0 | 2C | 59 | 2C | 1E | 50 | 1F |
| Octal | 220 | 120 | 20 | 0 | 54 | 131 | 54 | 36 | 120 | 37 |
| Binary | 10010000 | 1010000 | 10000 | 0 | 101100 | 1011001 | 101100 | 11110 | 1010000 | 11111 |
Color Harmonies of #905010
Complementary color
Monochromatic Colors of #905010
Black with #905010
Text Example
Text Example
White with #905010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905010; }
p { color: rgb(144,80,16); }
H1.HeaderClassName
{
color: #905010;
}
.AnyTagClassName
{
color: #905010;
}
</style>
background-color css
<style>
a { background-color: #905010; }
a { background-color: rgb(144,80,16); }
div.DivClassName
{
background-color: #905010;
}
.BgClassName
{
background-color: #905010;
}
</style>
border-color css
<style>
span { border-color: #905010; }
span { border-color: rgb(144,80,16); }
td.TdClassName
{
border-color: #905010;
}
.TagClassName
{
border-color: #905010;
}
</style>