Shades of Saddle Brown #954313
Tints of Saddle Brown #954313
RGB
CMYK
RGB Variations
Color information
#954313 (or 0x954313) is known color: Saddle Brown. HEX triplet: 95, 43 and 13. RGB value is (149,67,19). Sum of RGB (Red+Green+Blue) = 149+67+19=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #954313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954313 is #6ABCEC. Grayscale: #565656. Windows color (decimal): -6995181 or 1262485. OLE color: 1262485.
HSL color Cylindrical-coordinate representation of color #954313: hue angle of 22.15º 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 #954313 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 19 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.42 |
| HSL | 22.15º | 0.77% | 0.33% | - |
| HSV(B) | 22.15º | 0.87% | 0.58% | - |
| XYZ | 14.52 | 10.45 | 1.87 | - |
| YUV | 86.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 19 | 0 | 0.55 | 0.87 | 0.42 | 22.15 | 0.77 | 0.33 |
| Hex | 95 | 43 | 13 | 0 | 37 | 57 | 2A | 16 | 4D | 21 |
| Octal | 225 | 103 | 23 | 0 | 67 | 127 | 52 | 26 | 115 | 41 |
| Binary | 10010101 | 1000011 | 10011 | 0 | 110111 | 1010111 | 101010 | 10110 | 1001101 | 100001 |
Color Harmonies of #954313
Complementary color
Monochromatic Colors of #954313
Black with #954313
Text Example
Text Example
White with #954313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954313; }
p { color: rgb(149,67,19); }
H1.HeaderClassName
{
color: #954313;
}
.AnyTagClassName
{
color: #954313;
}
</style>
background-color css
<style>
a { background-color: #954313; }
a { background-color: rgb(149,67,19); }
div.DivClassName
{
background-color: #954313;
}
.BgClassName
{
background-color: #954313;
}
</style>
border-color css
<style>
span { border-color: #954313; }
span { border-color: rgb(149,67,19); }
td.TdClassName
{
border-color: #954313;
}
.TagClassName
{
border-color: #954313;
}
</style>