Shades of Saddle Brown #955107
Tints of Saddle Brown #955107
RGB
CMYK
RGB Variations
Color information
#955107 (or 0x955107) is known color: Saddle Brown. HEX triplet: 95, 51 and 07. RGB value is (149,81,7). Sum of RGB (Red+Green+Blue) = 149+81+7=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #955107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955107 is #6AAEF8. Grayscale: #5D5D5D. Windows color (decimal): -6991609 or 479637. OLE color: 479637.
HSL color Cylindrical-coordinate representation of color #955107: hue angle of 31.27º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955107 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 7 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.42 |
| HSL | 31.27º | 0.91% | 0.31% | - |
| HSV(B) | 31.27º | 0.95% | 0.58% | - |
| XYZ | 15.38 | 12.29 | 1.76 | - |
| YUV | 92.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 7 | 0 | 0.46 | 0.95 | 0.42 | 31.27 | 0.91 | 0.31 |
| Hex | 95 | 51 | 7 | 0 | 2E | 5F | 2A | 1F | 5B | 1F |
| Octal | 225 | 121 | 7 | 0 | 56 | 137 | 52 | 37 | 133 | 37 |
| Binary | 10010101 | 1010001 | 111 | 0 | 101110 | 1011111 | 101010 | 11111 | 1011011 | 11111 |
Color Harmonies of #955107
Complementary color
Monochromatic Colors of #955107
Black with #955107
Text Example
Text Example
White with #955107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955107; }
p { color: rgb(149,81,7); }
H1.HeaderClassName
{
color: #955107;
}
.AnyTagClassName
{
color: #955107;
}
</style>
background-color css
<style>
a { background-color: #955107; }
a { background-color: rgb(149,81,7); }
div.DivClassName
{
background-color: #955107;
}
.BgClassName
{
background-color: #955107;
}
</style>
border-color css
<style>
span { border-color: #955107; }
span { border-color: rgb(149,81,7); }
td.TdClassName
{
border-color: #955107;
}
.TagClassName
{
border-color: #955107;
}
</style>