Shades of Saddle Brown #95490D
Tints of Saddle Brown #95490D
RGB
CMYK
RGB Variations
Color information
#95490D (or 0x95490D) is known color: Saddle Brown. HEX triplet: 95, 49 and 0D. RGB value is (149,73,13). Sum of RGB (Red+Green+Blue) = 149+73+13=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #95490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95490D is #6AB6F2. Grayscale: #595959. Windows color (decimal): -6993651 or 870805. OLE color: 870805.
HSL color Cylindrical-coordinate representation of color #95490D: hue angle of 26.47º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95490D is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 13 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.42 |
| HSL | 26.47º | 0.84% | 0.32% | - |
| HSV(B) | 26.47º | 0.91% | 0.58% | - |
| XYZ | 14.85 | 11.18 | 1.76 | - |
| YUV | 88.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 13 | 0 | 0.51 | 0.91 | 0.42 | 26.47 | 0.84 | 0.32 |
| Hex | 95 | 49 | D | 0 | 33 | 5B | 2A | 1A | 54 | 20 |
| Octal | 225 | 111 | 15 | 0 | 63 | 133 | 52 | 32 | 124 | 40 |
| Binary | 10010101 | 1001001 | 1101 | 0 | 110011 | 1011011 | 101010 | 11010 | 1010100 | 100000 |
Color Harmonies of #95490D
Complementary color
Monochromatic Colors of #95490D
Black with #95490D
Text Example
Text Example
White with #95490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95490D; }
p { color: rgb(149,73,13); }
H1.HeaderClassName
{
color: #95490D;
}
.AnyTagClassName
{
color: #95490D;
}
</style>
background-color css
<style>
a { background-color: #95490D; }
a { background-color: rgb(149,73,13); }
div.DivClassName
{
background-color: #95490D;
}
.BgClassName
{
background-color: #95490D;
}
</style>
border-color css
<style>
span { border-color: #95490D; }
span { border-color: rgb(149,73,13); }
td.TdClassName
{
border-color: #95490D;
}
.TagClassName
{
border-color: #95490D;
}
</style>