Shades of Saddle Brown #915415
Tints of Saddle Brown #915415
RGB
CMYK
RGB Variations
Color information
#915415 (or 0x915415) is known color: Saddle Brown. HEX triplet: 91, 54 and 15. RGB value is (145,84,21). Sum of RGB (Red+Green+Blue) = 145+84+21=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #915415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915415 is #6EABEA. Grayscale: #5F5F5F. Windows color (decimal): -7252971 or 1397905. OLE color: 1397905.
HSL color Cylindrical-coordinate representation of color #915415: hue angle of 30.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915415 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 21 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.43 |
| HSL | 30.48º | 0.75% | 0.33% | - |
| HSV(B) | 30.48º | 0.86% | 0.57% | - |
| XYZ | 14.98 | 12.41 | 2.32 | - |
| YUV | 95.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 21 | 0 | 0.42 | 0.86 | 0.43 | 30.48 | 0.75 | 0.33 |
| Hex | 91 | 54 | 15 | 0 | 2A | 56 | 2B | 1E | 4B | 21 |
| Octal | 221 | 124 | 25 | 0 | 52 | 126 | 53 | 36 | 113 | 41 |
| Binary | 10010001 | 1010100 | 10101 | 0 | 101010 | 1010110 | 101011 | 11110 | 1001011 | 100001 |
Color Harmonies of #915415
Complementary color
Monochromatic Colors of #915415
Black with #915415
Text Example
Text Example
White with #915415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915415; }
p { color: rgb(145,84,21); }
H1.HeaderClassName
{
color: #915415;
}
.AnyTagClassName
{
color: #915415;
}
</style>
background-color css
<style>
a { background-color: #915415; }
a { background-color: rgb(145,84,21); }
div.DivClassName
{
background-color: #915415;
}
.BgClassName
{
background-color: #915415;
}
</style>
border-color css
<style>
span { border-color: #915415; }
span { border-color: rgb(145,84,21); }
td.TdClassName
{
border-color: #915415;
}
.TagClassName
{
border-color: #915415;
}
</style>