Shades of Saddle Brown #945307
Tints of Saddle Brown #945307
RGB
CMYK
RGB Variations
Color information
#945307 (or 0x945307) is known color: Saddle Brown. HEX triplet: 94, 53 and 07. RGB value is (148,83,7). Sum of RGB (Red+Green+Blue) = 148+83+7=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #945307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945307 is #6BACF8. Grayscale: #5E5E5E. Windows color (decimal): -7056633 or 480148. OLE color: 480148.
HSL color Cylindrical-coordinate representation of color #945307: hue angle of 32.34º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #945307 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 7 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.42 |
| HSL | 32.34º | 0.91% | 0.3% | - |
| HSV(B) | 32.34º | 0.95% | 0.58% | - |
| XYZ | 15.34 | 12.5 | 1.8 | - |
| YUV | 93.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 7 | 0 | 0.44 | 0.95 | 0.42 | 32.34 | 0.91 | 0.3 |
| Hex | 94 | 53 | 7 | 0 | 2C | 5F | 2A | 20 | 5B | 1E |
| Octal | 224 | 123 | 7 | 0 | 54 | 137 | 52 | 40 | 133 | 36 |
| Binary | 10010100 | 1010011 | 111 | 0 | 101100 | 1011111 | 101010 | 100000 | 1011011 | 11110 |
Color Harmonies of #945307
Complementary color
Monochromatic Colors of #945307
Black with #945307
Text Example
Text Example
White with #945307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945307; }
p { color: rgb(148,83,7); }
H1.HeaderClassName
{
color: #945307;
}
.AnyTagClassName
{
color: #945307;
}
</style>
background-color css
<style>
a { background-color: #945307; }
a { background-color: rgb(148,83,7); }
div.DivClassName
{
background-color: #945307;
}
.BgClassName
{
background-color: #945307;
}
</style>
border-color css
<style>
span { border-color: #945307; }
span { border-color: rgb(148,83,7); }
td.TdClassName
{
border-color: #945307;
}
.TagClassName
{
border-color: #945307;
}
</style>