Shades of Saddle Brown #95450D
Tints of Saddle Brown #95450D
RGB
CMYK
RGB Variations
Color information
#95450D (or 0x95450D) is known color: Saddle Brown. HEX triplet: 95, 45 and 0D. RGB value is (149,69,13). Sum of RGB (Red+Green+Blue) = 149+69+13=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95450D is #6ABAF2. Grayscale: #565656. Windows color (decimal): -6994675 or 869781. OLE color: 869781.
HSL color Cylindrical-coordinate representation of color #95450D: hue angle of 24.71º 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 #95450D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 13 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.42 |
| HSL | 24.71º | 0.84% | 0.32% | - |
| HSV(B) | 24.71º | 0.91% | 0.58% | - |
| XYZ | 14.6 | 10.67 | 1.67 | - |
| YUV | 86.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 13 | 0 | 0.54 | 0.91 | 0.42 | 24.71 | 0.84 | 0.32 |
| Hex | 95 | 45 | D | 0 | 36 | 5B | 2A | 19 | 54 | 20 |
| Octal | 225 | 105 | 15 | 0 | 66 | 133 | 52 | 31 | 124 | 40 |
| Binary | 10010101 | 1000101 | 1101 | 0 | 110110 | 1011011 | 101010 | 11001 | 1010100 | 100000 |
Color Harmonies of #95450D
Complementary color
Monochromatic Colors of #95450D
Black with #95450D
Text Example
Text Example
White with #95450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95450D; }
p { color: rgb(149,69,13); }
H1.HeaderClassName
{
color: #95450D;
}
.AnyTagClassName
{
color: #95450D;
}
</style>
background-color css
<style>
a { background-color: #95450D; }
a { background-color: rgb(149,69,13); }
div.DivClassName
{
background-color: #95450D;
}
.BgClassName
{
background-color: #95450D;
}
</style>
border-color css
<style>
span { border-color: #95450D; }
span { border-color: rgb(149,69,13); }
td.TdClassName
{
border-color: #95450D;
}
.TagClassName
{
border-color: #95450D;
}
</style>