Shades of Saddle Brown #915407
Tints of Saddle Brown #915407
RGB
CMYK
RGB Variations
Color information
#915407 (or 0x915407) is known color: Saddle Brown. HEX triplet: 91, 54 and 07. RGB value is (145,84,7). Sum of RGB (Red+Green+Blue) = 145+84+7=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #915407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915407 is #6EABF8. Grayscale: #5D5D5D. Windows color (decimal): -7252985 or 480401. OLE color: 480401.
HSL color Cylindrical-coordinate representation of color #915407: hue angle of 33.48º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #915407 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 7 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.43 |
| HSL | 33.48º | 0.91% | 0.3% | - |
| HSV(B) | 33.48º | 0.95% | 0.57% | - |
| XYZ | 14.89 | 12.38 | 1.81 | - |
| YUV | 93.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 7 | 0 | 0.42 | 0.95 | 0.43 | 33.48 | 0.91 | 0.3 |
| Hex | 91 | 54 | 7 | 0 | 2A | 5F | 2B | 21 | 5B | 1E |
| Octal | 221 | 124 | 7 | 0 | 52 | 137 | 53 | 41 | 133 | 36 |
| Binary | 10010001 | 1010100 | 111 | 0 | 101010 | 1011111 | 101011 | 100001 | 1011011 | 11110 |
Color Harmonies of #915407
Complementary color
Monochromatic Colors of #915407
Black with #915407
Text Example
Text Example
White with #915407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915407; }
p { color: rgb(145,84,7); }
H1.HeaderClassName
{
color: #915407;
}
.AnyTagClassName
{
color: #915407;
}
</style>
background-color css
<style>
a { background-color: #915407; }
a { background-color: rgb(145,84,7); }
div.DivClassName
{
background-color: #915407;
}
.BgClassName
{
background-color: #915407;
}
</style>
border-color css
<style>
span { border-color: #915407; }
span { border-color: rgb(145,84,7); }
td.TdClassName
{
border-color: #915407;
}
.TagClassName
{
border-color: #915407;
}
</style>