Shades of Saddle Brown #945213
Tints of Saddle Brown #945213
RGB
CMYK
RGB Variations
Color information
#945213 (or 0x945213) is known color: Saddle Brown. HEX triplet: 94, 52 and 13. RGB value is (148,82,19). Sum of RGB (Red+Green+Blue) = 148+82+19=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #945213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945213 is #6BADEC. Grayscale: #5E5E5E. Windows color (decimal): -7056877 or 1266324. OLE color: 1266324.
HSL color Cylindrical-coordinate representation of color #945213: hue angle of 29.3º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #945213 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 19 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.42 |
| HSL | 29.3º | 0.77% | 0.33% | - |
| HSV(B) | 29.3º | 0.87% | 0.58% | - |
| XYZ | 15.35 | 12.38 | 2.2 | - |
| YUV | 94.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 19 | 0 | 0.45 | 0.87 | 0.42 | 29.3 | 0.77 | 0.33 |
| Hex | 94 | 52 | 13 | 0 | 2D | 57 | 2A | 1D | 4D | 21 |
| Octal | 224 | 122 | 23 | 0 | 55 | 127 | 52 | 35 | 115 | 41 |
| Binary | 10010100 | 1010010 | 10011 | 0 | 101101 | 1010111 | 101010 | 11101 | 1001101 | 100001 |
Color Harmonies of #945213
Complementary color
Monochromatic Colors of #945213
Black with #945213
Text Example
Text Example
White with #945213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945213; }
p { color: rgb(148,82,19); }
H1.HeaderClassName
{
color: #945213;
}
.AnyTagClassName
{
color: #945213;
}
</style>
background-color css
<style>
a { background-color: #945213; }
a { background-color: rgb(148,82,19); }
div.DivClassName
{
background-color: #945213;
}
.BgClassName
{
background-color: #945213;
}
</style>
border-color css
<style>
span { border-color: #945213; }
span { border-color: rgb(148,82,19); }
td.TdClassName
{
border-color: #945213;
}
.TagClassName
{
border-color: #945213;
}
</style>