Shades of Saddle Brown #915314
Tints of Saddle Brown #915314
RGB
CMYK
RGB Variations
Color information
#915314 (or 0x915314) is known color: Saddle Brown. HEX triplet: 91, 53 and 14. RGB value is (145,83,20). Sum of RGB (Red+Green+Blue) = 145+83+20=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #915314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915314 is #6EACEB. Grayscale: #5E5E5E. Windows color (decimal): -7253228 or 1332113. OLE color: 1332113.
HSL color Cylindrical-coordinate representation of color #915314: hue angle of 30.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915314 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 20 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.43 |
| HSL | 30.24º | 0.76% | 0.32% | - |
| HSV(B) | 30.24º | 0.86% | 0.57% | - |
| XYZ | 14.9 | 12.26 | 2.24 | - |
| YUV | 94.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 20 | 0 | 0.43 | 0.86 | 0.43 | 30.24 | 0.76 | 0.32 |
| Hex | 91 | 53 | 14 | 0 | 2B | 56 | 2B | 1E | 4C | 20 |
| Octal | 221 | 123 | 24 | 0 | 53 | 126 | 53 | 36 | 114 | 40 |
| Binary | 10010001 | 1010011 | 10100 | 0 | 101011 | 1010110 | 101011 | 11110 | 1001100 | 100000 |
Color Harmonies of #915314
Complementary color
Monochromatic Colors of #915314
Black with #915314
Text Example
Text Example
White with #915314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915314; }
p { color: rgb(145,83,20); }
H1.HeaderClassName
{
color: #915314;
}
.AnyTagClassName
{
color: #915314;
}
</style>
background-color css
<style>
a { background-color: #915314; }
a { background-color: rgb(145,83,20); }
div.DivClassName
{
background-color: #915314;
}
.BgClassName
{
background-color: #915314;
}
</style>
border-color css
<style>
span { border-color: #915314; }
span { border-color: rgb(145,83,20); }
td.TdClassName
{
border-color: #915314;
}
.TagClassName
{
border-color: #915314;
}
</style>