Shades of Saddle Brown #915207
Tints of Saddle Brown #915207
RGB
CMYK
RGB Variations
Color information
#915207 (or 0x915207) is known color: Saddle Brown. HEX triplet: 91, 52 and 07. RGB value is (145,82,7). Sum of RGB (Red+Green+Blue) = 145+82+7=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #915207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915207 is #6EADF8. Grayscale: #5C5C5C. Windows color (decimal): -7253497 or 479889. OLE color: 479889.
HSL color Cylindrical-coordinate representation of color #915207: hue angle of 32.61º 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 #915207 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 7 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.43 |
| HSL | 32.61º | 0.91% | 0.3% | - |
| HSV(B) | 32.61º | 0.95% | 0.57% | - |
| XYZ | 14.73 | 12.07 | 1.75 | - |
| YUV | 92.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 7 | 0 | 0.43 | 0.95 | 0.43 | 32.61 | 0.91 | 0.3 |
| Hex | 91 | 52 | 7 | 0 | 2B | 5F | 2B | 21 | 5B | 1E |
| Octal | 221 | 122 | 7 | 0 | 53 | 137 | 53 | 41 | 133 | 36 |
| Binary | 10010001 | 1010010 | 111 | 0 | 101011 | 1011111 | 101011 | 100001 | 1011011 | 11110 |
Color Harmonies of #915207
Complementary color
Monochromatic Colors of #915207
Black with #915207
Text Example
Text Example
White with #915207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915207; }
p { color: rgb(145,82,7); }
H1.HeaderClassName
{
color: #915207;
}
.AnyTagClassName
{
color: #915207;
}
</style>
background-color css
<style>
a { background-color: #915207; }
a { background-color: rgb(145,82,7); }
div.DivClassName
{
background-color: #915207;
}
.BgClassName
{
background-color: #915207;
}
</style>
border-color css
<style>
span { border-color: #915207; }
span { border-color: rgb(145,82,7); }
td.TdClassName
{
border-color: #915207;
}
.TagClassName
{
border-color: #915207;
}
</style>