Shades of Saddle Brown #945010
Tints of Saddle Brown #945010
RGB
CMYK
RGB Variations
Color information
#945010 (or 0x945010) is known color: Saddle Brown. HEX triplet: 94, 50 and 10. RGB value is (148,80,16). Sum of RGB (Red+Green+Blue) = 148+80+16=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #945010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945010 is #6BAFEF. Grayscale: #5D5D5D. Windows color (decimal): -7057392 or 1069204. OLE color: 1069204.
HSL color Cylindrical-coordinate representation of color #945010: hue angle of 29.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #945010 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 16 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.42 |
| HSL | 29.09º | 0.8% | 0.32% | - |
| HSV(B) | 29.09º | 0.89% | 0.58% | - |
| XYZ | 15.17 | 12.07 | 2.02 | - |
| YUV | 93.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 16 | 0 | 0.46 | 0.89 | 0.42 | 29.09 | 0.8 | 0.32 |
| Hex | 94 | 50 | 10 | 0 | 2E | 59 | 2A | 1D | 50 | 20 |
| Octal | 224 | 120 | 20 | 0 | 56 | 131 | 52 | 35 | 120 | 40 |
| Binary | 10010100 | 1010000 | 10000 | 0 | 101110 | 1011001 | 101010 | 11101 | 1010000 | 100000 |
Color Harmonies of #945010
Complementary color
Monochromatic Colors of #945010
Black with #945010
Text Example
Text Example
White with #945010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945010; }
p { color: rgb(148,80,16); }
H1.HeaderClassName
{
color: #945010;
}
.AnyTagClassName
{
color: #945010;
}
</style>
background-color css
<style>
a { background-color: #945010; }
a { background-color: rgb(148,80,16); }
div.DivClassName
{
background-color: #945010;
}
.BgClassName
{
background-color: #945010;
}
</style>
border-color css
<style>
span { border-color: #945010; }
span { border-color: rgb(148,80,16); }
td.TdClassName
{
border-color: #945010;
}
.TagClassName
{
border-color: #945010;
}
</style>